Displaying 3 results from an estimated 3 matches for "libjnjvm".
Did you mean:
libjllvm
2008 Mar 22
0
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
...dev libs that VMKit
> requires and the configure script does not check. A good thing would be
> to make the build process cleaner.
The code is not 64-bit clean, attached is a patch to get it compile on
x86-64 Linux.
I also fixed some g++-4.2 warnings (const issues, symbol visibility).
The libJnJVM directory builds, but it won't run, I get endless messages
like this:
; ****************************************************** ;
; SIGSEGV occured during a collection ;
; I'm trying to let the allocator in a coherent stat ;
; but the collector is DEAD and will never c...
2008 Mar 21
8
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
Hi everyone,
I've just checked in a JVM and a CLI for LLVM (called JnJVM and N3).
Both are placed in the vmkit svn directory.
You can find the source code here:
svn co http://llvm.org/svn/llvm-project/vmkit/trunk vmkit
Its licensed under the U of I Open Source License, so now that's in svn,
you can change whatever you want, as long as HelloWorld.java and
HelloWorld.cs work ;-)
I
2008 Mar 26
3
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
...figure script does not check. A good thing would be
>> to make the build process cleaner.
>>
>
> The code is not 64-bit clean, attached is a patch to get it compile on
> x86-64 Linux.
> I also fixed some g++-4.2 warnings (const issues, symbol visibility).
>
> The libJnJVM directory builds, but it won't run, I get endless messages
> like this:
> ; ****************************************************** ;
> ; SIGSEGV occured during a collection ;
> ; I'm trying to let the allocator in a coherent stat ;
> ; but the collector...