smalltalk.rc
changeset 1467 befae5d031b8
parent 1457 ccc60d466f47
child 1481 4a4686007f8f
child 1500 bd1904bc6d3b
equal deleted inserted replaced
1466:aadae250eb87 1467:befae5d031b8
    32 "/ display specifics to "d_<displayName>.rc"
    32 "/ display specifics to "d_<displayName>.rc"
    33 "/ and private user stuff in "private.rc"
    33 "/ and private user stuff in "private.rc"
    34 "/***************************************************************
    34 "/***************************************************************
    35 |cpu enableJIT|
    35 |cpu enableJIT|
    36 
    36 
    37 (Smalltalk commandLineArguments includes:'--quick') ifFalse:[
    37 "/ (Smalltalk commandLineArguments includes:'--quick') ifFalse:[
    38     'smalltalk.rc [info]: initial startup (snapshot image restart is faster)...' infoPrintCR.
    38 "/     'smalltalk.rc [info]: initial startup (snapshot image restart is faster)...' infoPrintCR.
    39 ].
    39 "/ ].
    40 
    40 
    41 "/
    41 "/
    42 "/ the JIT translator is (was) known to work with the following
    42 "/ the JIT translator is (was) known to work with the following
    43 "/ architectures:
    43 "/ architectures:
    44 "/  ix86        (linux, win32, unixware)
    44 "/  ix86        (linux, win32, unixware)
   311 	HistoryManager deactivate.
   311 	HistoryManager deactivate.
   312     ] ifFalse:[
   312     ] ifFalse:[
   313 	needToReactivate := false
   313 	needToReactivate := false
   314     ].
   314     ].
   315 
   315 
   316     ((Smalltalk commandLineArguments includes:'--quick')
   316 "/    ((Smalltalk commandLineArguments includes:'--quick')
   317     or:[ (Smalltalk isPlugin)
   317 "/    or:[ (Smalltalk isPlugin)
   318     or:[ (Smalltalk commandLineArguments includes:'--faststart')
   318 "/    or:[ (Smalltalk commandLineArguments includes:'--faststart')
   319     or:[ (Smalltalk commandLineArguments includes:'--fastStart')
   319 "/    or:[ (Smalltalk commandLineArguments includes:'--fastStart')
   320     ]]]) ifFalse:[
   320 "/    ]]]) ifFalse:
       
   321     (Smalltalk commandLineArguments includes:'--autoload')
       
   322     ifTrue:
       
   323     [
   321 	'smalltalk.rc [info]: installing autoloaded classes...' infoPrintCR.
   324 	'smalltalk.rc [info]: installing autoloaded classes...' infoPrintCR.
   322 	Smalltalk installAutoloadedClasses.
   325 	Smalltalk installAutoloadedClasses.
   323     ].
   326     ].
   324     needToReactivate ifTrue:[HistoryManager activate].
   327     needToReactivate ifTrue:[HistoryManager activate].
   325 ].
   328 ].