JLang icon indicating copy to clipboard operation
JLang copied to clipboard

JLang: Ahead-of-time compilation of Java programs to LLVM

Results 52 JLang issues
Sort by recently updated
recently updated
newest added

I was curious if an older version of Hadoop(2.7) which supports Java 7 was compiled using JLang? I was trying to compile Hadoop 2.5.2 but it quickly turned out to...

how to resolve native/rep.h:14:10: fatal error: 'cinttypes' file not found

Or how much effort is required to achieve this goal? And I just need to transform java to LLVM IR for static analysis purposes. Thanks!

Hi, Is there any way to build the JLang project using LLVM-6.0? I'm using JLang to generate LLVM IR out of java files. And I use the Java LLVM IR...

Hello. I tried build HelloWorld and it works. Ok. Now I try compile HelloAwt. Source: `import java.awt.Frame; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; public class HelloAwt { static class FrameWin extends Frame...

bug

Hi, does this eliminate the performance penalty for JNI calls? (since you're not jumping into / out of a VM) if not, does this enable a different option for implementing...

This version of the jdk doesn't even provide enough functionality to compile & link the runtime. We could update this to either fulfill that functionality (hard) or just to no-op...

functionality-minor
documentation

Hello, thanks for your great job! I have a question on the compilation of Jlang. Since JLang cannot link pre-compiled JAR files, how to compile a project or single java...

Adds a travis config to build JLang on both MacOS and linux, and run the tests on linux. Due to the new licensing of the oracle JDK7, the linux distro...

make the test file a bit more usable since it currently can't be used easily from the test directory.

enhancement