Displaying 1 result from an estimated 1 matches for "ciil".
Did you mean:
ceil
2007 Jul 22
0
[LLVMdev] LLVM vs Java bytecode vs C for (IR)
...compilation,
reflexion and so on.
I wanted to modify the current compiler but my professor wants to re-write
it. If I really
have to rewrite the compiler I don't want to use C as the intermediate
language, we already
have three good compilers for that. While making some research I found C-- ,
CIIL and then
LLVM. After reading some of the papers I decided to suggest it to my
professor.
He then asked me how easier is it to generate LLVM bytecode rather than C
code and
why not use Java bytecode instead?
I've read a brief comparison between LLVM and JVM presented in [1]. and of
all capabil...