move reachable nodes from 'from' to 'target' (default module_gc_root)
| 1195 | FileInfo * getFileInfo() const; |
| 1196 | void gc_collect ( gc_root * from = nullptr, gc_root * target = nullptr ); // move reachable nodes from 'from' to 'target' (default module_gc_root) |
| 1197 | public: |
| 1198 | template <typename RecAnn> |
| 1199 | void initRecAnnotation ( RecAnn * rec, ModuleLibrary & lib ) { |
| 1200 | rec->mlib = &lib; |
| 1201 | rec->init(); |
| 1202 | rec->mlib = nullptr; |
| 1203 | } |
| 1204 | public: |
| 1205 | template <typename TT, typename ...TARG> |
| 1206 | __forceinline void addCall ( const string & fnName, TARG ...args ) { |