mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
factoring of generating C++ initializations, no semantic changes
This commit is contained in:
parent
2f7137999f
commit
86288426fb
2 changed files with 104 additions and 48 deletions
|
@ -301,6 +301,20 @@ private:
|
|||
// in support of run-time initialization of various dynamic values.
|
||||
void GenEpilog();
|
||||
|
||||
// Generate the main method of the CPPDynStmt class, doing dynamic
|
||||
// dispatch for function invocation.
|
||||
void GenCPPDynStmt();
|
||||
|
||||
// Generate a function to load BiFs.
|
||||
void GenLoadBiFs();
|
||||
|
||||
// Generate the main initialization function, which finalizes
|
||||
// the run-time environment.
|
||||
void GenFinishInit();
|
||||
|
||||
// Generate the function that registers compiled script bodies.
|
||||
void GenRegisterBodies();
|
||||
|
||||
// True if the given function (plus body and profile) is one
|
||||
// that should be compiled. If non-nil, sets reason to the
|
||||
// the reason why, if there's a fundamental problem. If however
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue