Changes between Version 23 and Version 24 of ModParrotArchitecture
- Timestamp:
- 11/30/08 19:35:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModParrotArchitecture
v23 v24 50 50 51 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. 52 53 '''Tracing''' 54 55 {{{ParrotTrace}}} is used to set the Parrot tracing level. The default is 0 (disabled). Output is sent to stderr, which should appear in your error log. If {{{TraceInit}}} is enabled, some output may appear on your terminal, as stderr has not is not redirected to the error log until the open_logs phase. 52 56 53 57 '''Options'''