[LLVMdev] Accounting for code size

Sandro Magi naasking at gmail.com
Fri Sep 28 11:00:58 PDT 2007


On 9/28/07, Chris Lattner <sabre at nondot.org> wrote:
>
> > Sorry, I meant to ask whether it's still necessary to keep F around,
> > ie. to delete generated code. Is there a standard approach to garbage
> > collecting code in LLVM?
>
> Machine code in the JIT buffer or the LLVM IR itself?
>

Assuming I don't need to keep around the IR version of a function,
then only the machine code.

Sandro



More information about the llvm-dev mailing list