Displaying 1 result from an estimated 1 matches for "needsstub".
Did you mean:
needstub
2009 Apr 13
1
[LLVMdev] JIT relocations and stub memory issue
Hi All,
Can anyone explain why the MachineRelocation field "NeedsStub" is set to
true for GlobalValues on x86_64, but false on plain x86? This is causing the
JITEmitter to allocate a stub for every GlobalValue relocation it encounters
on x86_64, quickly exhausting the 512K region for stubs in the default JIT
memory manager. Is this expected behavior? Is there an...