Changes between Version 22 and Version 23 of ModParrotArchitecture
- Timestamp:
- 11/30/08 19:32:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModParrotArchitecture
v22 v23 42 42 43 43 For 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 47 Two 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. 44 52 45 53 '''Options'''