patches
changeset 265 257923d52c51
parent 263 b9158aae3e36
child 268 fc519ebf52ae
equal deleted inserted replaced
264:4a82dfa0883d 265:257923d52c51
    22 
    22 
    23 'patches [info]: initial startup (snapshot image restart is faster) ...' infoPrintCR.
    23 'patches [info]: initial startup (snapshot image restart is faster) ...' infoPrintCR.
    24 
    24 
    25 system := OperatingSystem getSystemType.
    25 system := OperatingSystem getSystemType.
    26 system = 'linux' ifTrue:[
    26 system = 'linux' ifTrue:[
       
    27     ObjectMemory justInTimeCompilation:true.
       
    28 ].
       
    29 system = 'solaris' ifTrue:[
    27     ObjectMemory justInTimeCompilation:true.
    30     ObjectMemory justInTimeCompilation:true.
    28 ].
    31 ].
    29 
    32 
    30 "/ GLXWorkstation forceGL:true.
    33 "/ GLXWorkstation forceGL:true.
    31 "/ OperatingSystem disableSignal:14.
    34 "/ OperatingSystem disableSignal:14.