search for: allocatememori

Displaying 2 results from an estimated 2 matches for "allocatememori".

Did you mean: allocatememory
2016 Jul 19
3
A "Java Backend"
Hi, David Chisnall via llvm-dev wrote: > On 19 Jul 2016, at 04:06, Lorenzo Laneve via llvm-dev<llvm-dev at lists.llvm.org> wrote: >> My idea was to create a complete backend treating Java as a normal platform, to enable LLVM to compile programs to Java Bytecode (.class) and Java Archive files (.jar). This could be useful in situations where we need to compile a program for a
2016 Jul 19
5
A "Java Backend"
My idea was to create a complete backend treating Java as a normal platform, to enable LLVM to compile programs to Java Bytecode (.class) and Java Archive files (.jar). This could be useful in situations where we need to compile a program for a platform still not natively supported by LLVM. I don't know if it exists already, I've heard about this "LLJVM" but I don't think it