Displaying 3 results from an estimated 3 matches for "mvmgc".
2010 Jul 09
1
[LLVMdev] vmkit + mmtk build problem revision 107990
...from a clean checkout using this configuration?
Let me know what you suggest to get vmkit to use mmtk.
Thanks!
Z
vmkit $> make
...
make[3]: Entering directory `/home/zoewolk/RESEARCH/vmkit_mmtk/lib/Mvm/MMTk'
llvm[3]: Compiling MutatorThread.cpp for Release+Asserts build
llvm[3]: Compiling MvmGC.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libMMTk.a
make[3]: Leaving directory `/home/zoewolk/RESEARCH/vmkit_mmtk/lib/Mvm/MMTk'
make[3]: Entering directory
`/home/zoewolk/RESEARCH/vmkit_mmtk/lib/Mvm/Runtime'
llvm[3]: Building LLVM assembly with
/home/zo...
2010 Jul 19
2
[LLVMdev] Building VMKit
...od,
Compare = std::less<unsigned int>, Upcall = n3::Assembly]’:
...
and the relevant lines:
class VMClass : public VMCommonClass {
public:
virtual void print(mvm::PrintBuffer* buf) const;
virtual void TRACER;
...
The only "#define TRACER" that grep found is in lib/Mvm/BoehmGC/MvmGC.h:
#define TRACER tracer()
Is there something wrong with my configuration?
Thanks,
Joshua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100719/03ce71bf/attachment.html>
2011 Jan 11
2
[LLVMdev] VMKit link
...;:
/root/llvm/vmkit/lib/J3/Classpath/Classpath.inc:322: undefined
reference to `__sync_bool_compare_and_swap_4'
/root/llvm/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/Java...