Displaying 2 results from an estimated 2 matches for "076128".
Did you mean:
376128
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...ly the following, on x86_64, using LLVM3.3, OpenJDK 1.6.0 build 30, a debug build of VMKit (required small build-hacks, which I could describe on request), and the (perhaps-incorrect) edit to `static-gc-printer.so` described in an earlier post: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/076128.html :
cd /path/to/vmkit/tools/trainer
javac HelloWorld.java
../../Debug+Asserts/bin/vmjc -main=HelloWorld -print-aot-stats HelloWorld.class
/path/to/llvm33/bin/llc -load=../../Debug+Asserts/lib/static-gc-printer.so HelloWorld.class.bc
That produces for me a reasonable native asse...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...x86_64, using LLVM3.3, OpenJDK 1.6.0
> build 30, a debug build of VMKit (required small build-hacks, which I could
> describe on request), and the (perhaps-incorrect) edit to
> `static-gc-printer.so` described in an earlier post:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/076128.html :
> > cd /path/to/vmkit/tools/trainer
> > javac HelloWorld.java
> > ../../Debug+Asserts/bin/vmjc -main=HelloWorld -print-aot-stats
> HelloWorld.class
> > /path/to/llvm33/bin/llc
> -load=../../Debug+Asserts/lib/static-gc-printer.so HelloWorld.class....