Displaying 3 results from an estimated 3 matches for "codechanges".
2007 Oct 08
2
safe zfs-level snapshots with a UFS-on-ZVOL filesystem?
I had some trouble installing a zone on ZFS with S10u4
(bug in the postgres packages) that went away when I used a
ZVOL-backed UFS filesystem
for the zonepath.
I thought I''d push on with the experiment (in the hope Live Upgrade
would be able to upgrade such a zone).
It''s a bit unwieldy, but everything worked reasonably well -
performance isn''t much worse than straight
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...bc
That produces for me a reasonable native assembly file.
Next I assemble and link, using a set of libraries/objects inspired by `llcj` and refined by a semi-automated trial-and-error:
/path/to/llvm33/bin/clang++ -g3 -O0 -o HelloWorld.class.exe HelloWorld.class.sed.s -L/path/to/vmkit_test-codechanges/Debug+Asserts/lib -L/path/to/llvm33/lib -pthread -lm -ldl -lz -lJ3 -lClasspath -lJ3Compiler -lCommonThread -lVmkit -lVmkitCompiler -lPrecompiled -lFinalMMTk -lLLVMX86Info -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Utils -lLLVMX86AsmPrinter -lLLVMExecutionEngine -lLLVMScalarOpts -lLLVMipo -lLL...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...e native assembly file.
> >
> > Next I assemble and link, using a set of libraries/objects inspired by
> `llcj` and refined by a semi-automated trial-and-error:
> > /path/to/llvm33/bin/clang++ -g3 -O0 -o HelloWorld.class.exe
> HelloWorld.class.sed.s -L/path/to/vmkit_test-codechanges/Debug+Asserts/lib
> -L/path/to/llvm33/lib -pthread -lm -ldl -lz -lJ3 -lClasspath
> -lJ3Compiler -lCommonThread -lVmkit -lVmkitCompiler -lPrecompiled
> -lFinalMMTk -lLLVMX86Info -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Utils
> -lLLVMX86AsmPrinter -lLLVMExecutionEngine -lLLVMScala...