Displaying 3 results from an estimated 3 matches for "javajitcompil".
Did you mean:
javajitcompiler
2010 Oct 23
1
[LLVMdev] [PATCH] Add a GCModuleInfo field to MachineFunction
...cilitate the retrieval of a potential GCFunctionInfo attached to the
function. The motivation for the change is to get access in a proper way to
the GC info when generating the function with the JIT. Currently, retrieving
this information requires a lot of hacks (eg VMKit's code
lib/J3/Compiler/JavaJITCompiler.cpp).
Because a MachineInfo object is temporary, I believe it is fine to add a
field there. OK to apply?
Thanks,
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101023/2c5d9fa2/attachment.html>...
2011 Jan 11
2
[LLVMdev] VMKit link
...lvm/vmkit/Debug+Asserts/lib/libClasspath.a(JavaUpcalls.o): In
function `mvm::Collector::objectReferenceTryCASBarrier(gc*, gc**, gc*,
gc*)':
/root/llvm/vmkit/lib/Mvm/GCMmap2/MvmGC.h:375: undefined reference to
`__sync_val_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libJ3Compiler.a(JavaJITCompiler.o):
In function `j3::JavaJ3LazyJITCompiler::addCallback(j3::Class*,
unsigned short, j3::Signdef*, bool, llvm::BasicBlock*)':
/root/llvm/vmkit/lib/J3/Compiler/JavaJITCompiler.cpp:454: undefined
reference to `__sync_val_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libCommonThread....
2012 Jul 03
0
[LLVMdev] [patch] VMKIT: change in header file paths
...59659
some paths have changed
a patch:
sed 's|llvm/Analysis/DIBuilder.h|llvm/DIBuilder.h|g'
lib/j3/Compiler/JavaLLVMCompiler.cpp lib/j3/Compiler/JavaJIT.cpp
sed 's|llvm/Analysis/DebugInfo.h|llvm/DebugInfo.h|g'
lib/j3/Compiler/JavaJIT.cpp lib/j3/Compiler/JavaJIT.h
lib/j3/Compiler/JavaJITCompiler.cpp lib/vmkit/Compiler/JIT.cpp
Foivos