polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
284 stars 29 forks source link

Pass compiler constants to runtime #45

Open guoyiteng opened 5 years ago

guoyiteng commented 5 years ago

The runtime needs several constants from the compiler. We need to figure out a way to have the compiler generate jlang.runtime.Constants instead of hard-coding it.