init.cpp File Reference

#include "incls/_precompiled.incl"
#include "incls/_init.cpp.incl"

Include dependency graph for init.cpp:

Go to the source code of this file.

Defines

#define INIT_DO(template)
#define COMPILER_INIT_DO(template)
#define EXIT_DO(template)
#define DEFINE_TEMPLATE(name)   void name();
#define CALL_TEMPLATE(name)   name();

Functions

void init_globals ()
void exit_globals ()


Define Documentation

#define CALL_TEMPLATE ( name   )     name();

Definition at line 63 of file init.cpp.

Referenced by exit_globals(), and init_globals().

#define COMPILER_INIT_DO ( template   ) 

Value:

template(compiler_init)         \
  template(mapping_init)                \

Definition at line 50 of file init.cpp.

Referenced by init_globals().

#define DEFINE_TEMPLATE ( name   )     void name();

Definition at line 61 of file init.cpp.

#define EXIT_DO ( template   ) 

Value:

template(lprintf_exit)          \
  template(os_exit)

Definition at line 57 of file init.cpp.

Referenced by exit_globals().

#define INIT_DO ( template   ) 

Value:

template(ostream_init)          \
  template(os_init)                     \
  template(prim_init)                   \
  template(eventlog_init)               \
  template(integerOps_init)             \
  template(bytecodes_init)              \
  template(stubRoutines_init)           \
  template(interpreter_init)            \
  template(dispatchTable_init)          \
  template(disclaimer_init)             \
  template(universe_init)               \
  template(costModel_init)              \
  template(sweeper_init)                \
  template(fprofiler_init)              \
  template(systemAverage_init)          \

Definition at line 33 of file init.cpp.

Referenced by init_globals().


Function Documentation

void exit_globals (  ) 

Definition at line 84 of file init.cpp.

References CALL_TEMPLATE, and EXIT_DO.

void init_globals (  ) 

Definition at line 72 of file init.cpp.

References CALL_TEMPLATE, COMPILER_INIT_DO, and INIT_DO.

Referenced by main().


Generated on Mon Oct 9 13:41:05 2006 for Strongtalk VM by  doxygen 1.4.7