search for: bertouille

Displaying 3 results from an estimated 3 matches for "bertouille".

2009 Jul 01
2
[LLVMdev] Interpreter Destructor
...o fix this by calling llvm_shutdown() when I delete the interpreter. Is it necessary to delete all ManagedStatic objects to delete and recreate an Interpreter? Would it not be better to clear the Functions map in the Interpreter desctructor since it data in it may no longer be valid? -David Bertouille
2009 Jul 01
0
[LLVMdev] Interpreter Destructor
On Jul 1, 2009, at 8:28 AM, David Bertouille wrote: > Would it not be better to clear the Functions > map in the Interpreter desctructor since it data in it may no longer > be > valid? Probably. Patches welcome! --Owen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: applica...
2009 Jun 30
2
[LLVMdev] JIT on Windows x64
Hi, I'm new to LLVM and have some questions about using the JIT on Windows x64. I am aware that this is currently broken but am attempting to use the hack/patch proposed in this bug http://llvm.org/bugs/show_bug.cgi?id=3739. I checked out the revision the patch was created for (66183) and applied it but the assembler generated seems to fail whenever it reaches a movaps insctruction.