[llvm-commits] CVS: reopt/include/reopt/TraceJIT.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Nov 8 12:59:50 PST 2004
Changes in directory reopt/include/reopt:
TraceJIT.h updated: 1.3 -> 1.4
---
Log message:
Add freeMachineCodeForFunction to the TraceJIT, which does nothing,
just like the real JIT's version.
---
Diffs of the changes: (+6 -0)
Index: reopt/include/reopt/TraceJIT.h
diff -u reopt/include/reopt/TraceJIT.h:1.3 reopt/include/reopt/TraceJIT.h:1.4
--- reopt/include/reopt/TraceJIT.h:1.3 Fri Sep 24 16:22:39 2004
+++ reopt/include/reopt/TraceJIT.h Mon Nov 8 14:59:38 2004
@@ -94,6 +94,12 @@
///
void *recompileAndRelinkFunction(Function *F);
+
+ /// freeMachineCodeForFunction - release machine code memory for
+ /// given Function
+ ///
+ void freeMachineCodeForFunction(Function *F);
+
uint64_t compileTraceFunction (TraceFunction *TF);
MachineCodeEmitter *getEmitter() { return MCE; }
More information about the llvm-commits
mailing list