Changes between Version 22 and Version 23 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/30/08 19:32:57 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v22 v23  
    4242 
    4343For libraries loaded via {{{load_bytecode}}}, you can add paths to Parrot's library search path with {{{ParrotIncludePath}}}.  The name of this directive is misleading and will eventually be renamed to {{{ParrotLibraryPath}}}. 
     44 
     45'''Loading Code''' 
     46 
     47Two directives are capable of loading code: 
     48 
     49{{{ParrotLoad}}} loads PIR or bytecode after startup has completed.  This happens during the open_logs phase. 
     50 
     51{{{ParrotLoadImmediate}}} causes an early startup during the configuration phase and loads PIR or bytecode immediately.  This is required for bootstrapping HLL module code, as they need to register Apache modules during the configuration phase. 
    4452 
    4553'''Options'''