Displaying 1 result from an estimated 1 matches for "996453".
Did you mean:
996403
2007 Sep 28
2
[LLVMdev] Accounting for code size
On 9/28/07, Chris Lattner <sabre at nondot.org> wrote:
>
> > MachineCodeEmitter [3] is obtainable from the JIT class, and it
> > contains "BufferBegin", "BufferEnd", and "CurBufferPtr" as protected
> > members; if they were available, determining the generated code size
> > might be possible via some pointer arithmetic. Is there