search for: shigoto

Displaying 4 results from an estimated 4 matches for "shigoto".

Did you mean: shigeo
2010 Dec 30
1
[LLVMdev] VMkit
Hi all, I am interested in LLVM to develop a programing language like Java. So I am very interested VMkit.I found the website says this mailing list is where we can discuss about VMkit. But it seems there are not many posting here. Is VMkit still an active project? Which is the best project to refer to learn how to create a new language? Thank you. Shin
2011 Jan 05
1
[LLVMdev] VMKit - Getting Started
Hi all, I tried the step of the Getting Started page (http://vmkit.llvm.org/get_started.html) on Linux/x64 but I had no luck. I could build them. But when I tried to execute J3, it shows like follows, >> j3: JavaRuntimeJIT.cpp:367: void* j3StartJNI(uint32*, uint32**, mvm::KnownFrame*): Assertion `th->getLastSP() == th->lastKnownFrame->currentFP' failed. Does anybody know if
2010 Dec 29
1
[LLVMdev] Exception handling
Hi all, I am trying to convert my C++ code to C code. I got the steps from FAQ from the link below, http://llvm.org/docs/FAQ.html#translatecxx But if my code throws an exception, it aborted with a message like below, terminate called after throwing an instance of 'int' I tried -enable-correct-eh-support parameter but no different. Does anybody know how to make exception handling work
2011 Jan 11
2
[LLVMdev] VMKit link
Hi all, I am trying to build VMKit on Linux/x86 and I got error messages like below, llvm[1]: Linking Debug+Asserts executable vmjc /root/llvm/vmkit/tools/vmjc/Debug+Asserts/vmjc.o: In function `mvm::SpinLock::acquire()': /root/llvm/vmkit/include/mvm/Threads/Locks.h:164: undefined reference to `__sync_val_compare_and_swap_4' /root/llvm/vmkit/include/mvm/Threads/Locks.h:168: undefined