search for: timprepscius

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

2016 Apr 09
4
lli size
...run a script. The program after linking is about 25 megs stripped of debug symbols. This seems a bit large. Is it possible that this could somehow to be drastically reduced? Is it worth going and trying to rip things out? The code which instantiates the interpreter is here: https://github.com/timprepscius/llvmscriptdemo/blob/master/src/llvmscriptdemo.cpp Any help/advice/etc, greatly appreciated. -tim
2008 Nov 14
1
[LLVMdev] vmkit, jvm, newbie bytecode translation + jit question
Greetings, I am searching for an alternative to sun's java implementation - one that is not under gpl.. I've been reading the vmkit code for JNI.. And I notice that it is not completely filled out yet... That's fine though, I see there is filled in function like most of the non implemented functions.. Couple of questions: Is the entire llvm required for java/cli vmkit to run?
2012 Dec 27
2
[LLVMdev] llvm msil couple questions
Hey there, Searching via the web is not producing answers.... So I thought I would ask the gods of llvm. :-) I'd like to experiment with the llc in conjunction with msil. but I am running into this error: llc-mp-2.9 test.ll -march=msil /opt/local/libexec/llvm-2.9/bin/llc: error: invalid target 'msil'. the version string is: llc-mp-2.9 --version Low Level Virtual Machine
2012 Dec 27
0
[LLVMdev] llvm msil couple questions
In the interests of maintaining a complete thread, forwarding, (somehow got set to llvm-dev instead of llvmdev) ---- this is awesome!!! very nice.. I've been reading the code. I have a couple questions, which I should probably figure out myself, but might as well ask. With regards to new/delete. I assume these are being translated into calls to lib-functions? Is pointer arithmetic and