Displaying 6 results from an estimated 6 matches for "reserveehframes".
2015 May 29
2
[LLVMdev] MCJit interface question
...) from the Jit/loader into the MemoryManager that runs at-or-before reserveAllocationSpace, is conceptually similar to registerEHFrames in that it's reserving EH frames, but that additionally needs to separate out the per-function information.
A few options come to mind:
1. Add a needsToReserveEHFrames callback on MemoryManager (to parallel needsToReserveAllocationSpace), and a reserveEHFrames callback (parallel to registerEHFrames) that the loader would use to notify the memory manager if needsToReserveEHFrames() is true. This seems at a high-level the most straightforward fit for the LLILC req...
2015 May 30
2
[LLVMdev] MCJit interface question
...) from the Jit/loader into the MemoryManager that runs at-or-before reserveAllocationSpace, is conceptually similar to registerEHFrames in that it's reserving EH frames, but that additionally needs to separate out the per-function information.
A few options come to mind:
1. Add a needsToReserveEHFrames callback on MemoryManager (to parallel needsToReserveAllocationSpace), and a reserveEHFrames callback (parallel to registerEHFrames) that the loader would use to notify the memory manager if needsToReserveEHFrames() is true. This seems at a high-level the most straightforward fit for the LLILC req...
2015 May 29
0
[LLVMdev] MCJit interface question
...anager that runs at-or-before reserveAllocationSpace, is
> conceptually similar to registerEHFrames in that it's reserving EH frames,
> but that additionally needs to separate out the per-function information.
>
>
>
> A few options come to mind:
>
> 1. Add a needsToReserveEHFrames callback on MemoryManager (to
> parallel needsToReserveAllocationSpace), and a reserveEHFrames callback
> (parallel to registerEHFrames) that the loader would use to notify the
> memory manager if needsToReserveEHFrames() is true. This seems at a
> high-level the most straightforward f...
2015 Jun 04
2
[LLVMdev] MCJit interface question
...) from the Jit/loader into the MemoryManager that runs at-or-before reserveAllocationSpace, is conceptually similar to registerEHFrames in that it's reserving EH frames, but that additionally needs to separate out the per-function information.
A few options come to mind:
1. Add a needsToReserveEHFrames callback on MemoryManager (to parallel needsToReserveAllocationSpace), and a reserveEHFrames callback (parallel to registerEHFrames) that the loader would use to notify the memory manager if needsToReserveEHFrames() is true. This seems at a high-level the most straightforward fit for the LLILC req...
2015 May 30
2
[LLVMdev] MCJit interface question
...) from the Jit/loader into the MemoryManager that runs at-or-before reserveAllocationSpace, is conceptually similar to registerEHFrames in that it's reserving EH frames, but that additionally needs to separate out the per-function information.
A few options come to mind:
1. Add a needsToReserveEHFrames callback on MemoryManager (to parallel needsToReserveAllocationSpace), and a reserveEHFrames callback (parallel to registerEHFrames) that the loader would use to notify the memory manager if needsToReserveEHFrames() is true. This seems at a high-level the most straightforward fit for the LLILC req...
2015 Jun 04
2
[LLVMdev] MCJit interface question
...) from the Jit/loader into the MemoryManager that runs at-or-before reserveAllocationSpace, is conceptually similar to registerEHFrames in that it's reserving EH frames, but that additionally needs to separate out the per-function information.
A few options come to mind:
1. Add a needsToReserveEHFrames callback on MemoryManager (to parallel needsToReserveAllocationSpace), and a reserveEHFrames callback (parallel to registerEHFrames) that the loader would use to notify the memory manager if needsToReserveEHFrames() is true. This seems at a high-level the most straightforward fit for the LLILC req...