Displaying 1 result from an estimated 1 matches for "8dd8e681".
Did you mean:
8dd8681
2010 Oct 23
1
[LLVMdev] [PATCH] Add a GCModuleInfo field to MachineFunction
Hi all,
This patch adds a GCModuleInfo field to the MachineFunction class, to
facilitate the retrieval of a potential GCFunctionInfo attached to the
function. The motivation for the change is to get access in a proper way to
the GC info when generating the function with the JIT. Currently, retrieving
this information requires a lot of hacks (eg VMKit's code