Displaying 1 result from an estimated 1 matches for "4d5c460d".
2011 Feb 17
0
[LLVMdev] bytecode cache
...<llvmdev-request at cs.uiuc.edu> wrote:
> Message: 5
> Date: Wed, 16 Feb 2011 22:47:57 +0100
> From: Jochen Wilhelmy <j.wilhelmy at arcor.de>
> Subject: [LLVMdev] bytecode cache
> To: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>
> Message-ID: <4D5C460D.6010908 at arcor.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi!
>
> Is it possible to implement a byte code cache for a llvm-jit?
> This way the compile time occurs only once and the next time
> the compiled machine code can simply be loaded fro...