search for: saleil

Displaying 3 results from an estimated 3 matches for "saleil".

Did you mean: scaleil
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
Hi Baptiste, Just to let you know that I have just fixed the problem. You can now either use trunk or release 0.32 and the program now runs. Cheers, Nicolas On Mon, Dec 3, 2012 at 8:09 PM, Baptiste Saleil <baptiste.saleil at gmail.com>wrote: > Hi Nicolas, thanks for your answer. > > The swing hello world is the following (Running perfectly with OpenJDK) : > > public class HelloSwing { > public static void main(String[] args) { > JFrame frame = new JFrame("Hello...
2013 Mar 21
1
[LLVMdev] [VMKit]
Hi there. Thanks for recent work that make vmkit working. As far as I know, ToyVM[0] is the only entry point to vmkit for beginners and I think it's outdated because of dependance of LLVM < 3.2 (bad include paths, TargetData type error, ...) Can you please, update it to recent changes if it's possible ? Also Is there other(s) way(s) to get started with vmkit ? Thanks, Baptiste. [0]
2012 Dec 01
0
[LLVMdev] Problem executing Swing application with j3
Hi all, I have a question about vmkit and especially j3 VM. I compiled and installed it without any problems. But I have this error as soon as I try to launch a Swing application (Swing HelloWorld) : j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion failed. « lastKnownFrame->currentIP == 0 » What I'm doing wrong ? Thanks in advance, Baptiste. -------------- next