#OTHER by mawalch
authormawalch
Mon, 22 May 2017 15:14:59 +0200
changeset 17514 b6a7d15d5e8d
parent 17513 7433243b7098
child 17515 b047dbe6d95c
#OTHER by mawalch class: AbstractSettingsApplication::MemorySettingsAppl class changed: #flyByHelpSpec Spelling fix in flybyhelp
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu May 18 09:16:51 2017 +0200
+++ b/AbstractSettingsApplication.st	Mon May 22 15:14:59 2017 +0200
@@ -7640,7 +7640,7 @@
      the UIHelpTool may not be able to read the specification."
 
     "
-     UIHelpTool openOnClass:AbstractSettingsApplication::MemorySettingsAppl    
+     UIHelpTool openOnClass:AbstractSettingsApplication::MemorySettingsAppl
     "
 
     <resource: #help>
@@ -7648,7 +7648,7 @@
     ^ super flyByHelpSpec addPairsFrom:#(
 
 #codeLimit
-'Flush dynamic compiled code to stay within this limit (never flush, if 0 or blank).\Because most of ST/X''s code is precompiled anyway (in contrast to other Smalltalk and Java systems),\this only affects code which is dynamically generated at execution time.\So a code limit is usually not neeeded/usefull at all, and disabled by default'
+'Flush dynamic compiled code to stay within this limit (never flush, if 0 or blank).\Because most of ST/X''s code is precompiled anyway (in contrast to other Smalltalk and Java systems),\this only affects code which is dynamically generated at execution time.\So a code limit is usually not needed/useful at all, and disabled by default'
 
 #codeTrigger
 'Start incremental background GC whenever this amount of dynamic jitted code has been allocated.\This can be adjusted to reclaim unused dynamically generated jitted code earlier.\Only useful if an applications generates big amounts of throw-away/execute once methods,\which gest jitted and are unreferenced soon afterwards'