smalltalk.rc
branchjv
changeset 1447 0b149293564f
parent 1446 67fb3c4db3a4
child 1481 4a4686007f8f
equal deleted inserted replaced
1446:67fb3c4db3a4 1447:0b149293564f
    31 "/ site specific things are to be added to "h_<hostname>.rc"
    31 "/ site specific things are to be added to "h_<hostname>.rc"
    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 
       
    37 (Smalltalk commandLineArguments includes:'--quick') ifFalse:[
       
    38     'smalltalk.rc [info]: initial startup (snapshot image restart is faster)...' infoPrintCR.
       
    39 ].
       
    40 
    36 
    41 "/
    37 "/
    42 "/ the JIT translator is (was) known to work with the following
    38 "/ the JIT translator is (was) known to work with the following
    43 "/ architectures:
    39 "/ architectures:
    44 "/  ix86        (linux, win32, unixware)
    40 "/  ix86        (linux, win32, unixware)
   145 ].
   141 ].
   146 
   142 
   147 "/ 'systemPath: ' errorPrint. Smalltalk systemPath errorPrintCR.
   143 "/ 'systemPath: ' errorPrint. Smalltalk systemPath errorPrintCR.
   148 
   144 
   149 Smalltalk flushPathCaches.
   145 Smalltalk flushPathCaches.
       
   146 
       
   147 SmalltalkStartup main: Smalltalk commandLineArguments ? #().
       
   148 
   150 !
   149 !
   151 
   150 
   152 "/ look fore one ore more --loadPackage arguments
   151 "/ look fore one ore more --loadPackage arguments
   153 "/ load the packages
   152 "/ load the packages
   154 |args idx|
   153 |args idx|