search for: curfunctionptr

Displaying 2 results from an estimated 2 matches for "curfunctionptr".

2004 Dec 14
0
[LLVMdev] misc. patches
...JIT/JITEmitter.cpp,v > retrieving revision 1.59 > diff -u -r1.59 JITEmitter.cpp > --- lib/ExecutionEngine/JIT/JITEmitter.cpp 5 Dec 2004 07:19:16 -0000 1.59 > +++ lib/ExecutionEngine/JIT/JITEmitter.cpp 6 Dec 2004 10:34:21 -0000 > @@ -51,6 +51,7 @@ > unsigned char *CurStubPtr, *CurFunctionPtr; > public: > JITMemoryManager(); > + ~JITMemoryManager(); > > inline unsigned char *allocateStub(unsigned StubSize); > inline unsigned char *startFunctionBody(); > @@ -69,6 +70,10 @@ > CurStubPtr = CurFunctionPtr = FunctionBase; > } > &...
2004 Dec 13
6
[LLVMdev] misc. patches
Hi, here are some minor patches that for various reasons I've not submitted yet - I'm just trying to clear my list of differences before christmas... First of all the clear.patch file contains a patch that enables the JIT to drop all global mappings. I need this because when I have N threads I compile N different versions of my functions using different memory areas for global