search for: brazdil

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

Did you mean: brasil
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
Hi, I'm new to VMKit and I'm trying to use its AOT Java compiler but I'm immediately getting an error message which I don't understand. Everything was compiler as suggested in the Getting Started tutorial, using GNU Classpath. I try to run: llcj ../../tools/trainer/Release+Asserts/HelloWorld.class and get the following output: Can not materiale a function in AOT mode.0
2015 Mar 27
3
[LLVMdev] SFI and Artificial Diversity
Awesome! Thanks so so much! I'm very interested in doing some work with compilers. Yeah, I'm considering writing a research proposal where I work for JIT-SFI, SFI Evasion Technique and Mitigation, and a few other things. Considering your experience working on modifying llvm, what would you say would be a topic where I could start out doing some good work on, either in a new direction or
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Hello again Gaƫl, (et al) More on rekindling work on VMKit! Thank you for your interactions thus far on- and off-list. As you suggested in your VMKit-retirement email (to which I'm attempting to respond), I'm interested in producing a Java-to-LLVM compiler out of VMKit. I'd like to take you up on your offer to help understand the architecture. If I can get the a Java-to-LLVM
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...java HelloWorld` outputs "Hello World". > > The `vmjc` command succeeds, and produces LLVM bitcode > HelloWorld.class.bc. `/path/to/llvm33/bin/llvm-nm HelloWorld.class.bc` > shows reasonable symbols from that bitcode. > > The `llc` command fails exactly the same as Dave Brazdil reported on 08 > Mar; http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-March/070995.html . > > => It seems that I need to point to that shared-object using > -load=../../Release+Asserts/lib/static-gc-printer.so . I found this in a > previous post to the LLVM list. Is this correct...