lljvm icon indicating copy to clipboard operation
lljvm copied to clipboard

Low Level Java Virtual Machine

Results 9 lljvm issues
Sort by recently updated
recently updated
newest added

Again, running the docker the README gives. I'm trying to compile some code. (I can provide a git repo, if desired.) Running into a problem - looks like it boils...

A project I'm trying to compile includes `limits.h`. It looks like lljvm is intended to support this, but does so incompletely. Consider the following, in the Docker described in the...

Today Memory class handle paging with multiple ByteBuffer. You could use a single ByteBuffer which itself could handle paging. The main benefit is to separate primitive and utility methods. Background...

In order to allow concurrent execution of a C program into a unique JVM, Instead of using static fields and methods, use instance. Said actual generated code look like :...

`lljvm-cc` seems to be one of the main impediments to supporting newer releases of LLVM (see #4). Better solutions for obtaining the LLVM bitcode of an entire program have become...

These are changes I needed to get things to compile for llvm 3.3. I have no confidence that these changes are correct, I'm still trying to get thru the build...