Displaying 4 results from an estimated 4 matches for "boehmgc".
Did you mean:
boehme
2009 Dec 09
2
[LLVMdev] How to run vmjc created .bc files?
...ing "-march=x86" to the llc options
> in llcj.
>
>
> OK.
>
>
>
> gcc doesn't know what -lgc is. I'm guessing it is the garbage
> collection library. How can I get it or point gcc to the right
> library?
>
>
> -lgc is for the boehmgc in case you configured vmkit to use it. Since
> you don't need it (vmkit uses its own gc by default), you should
> change the tools/llcj/llcj.cpp file, remove the line with "-lgc" and
> recompile it. Yes, it's _that_ of a new feature yet :)
>
>
> llcj -mem...
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
...nd spits out x86_64 assembly. I fixed
> this by adding "-march=x86" to the llc options in llcj.
>
OK.
>
> gcc doesn't know what -lgc is. I'm guessing it is the garbage collection
> library. How can I get it or point gcc to the right library?
>
-lgc is for the boehmgc in case you configured vmkit to use it. Since you
don't need it (vmkit uses its own gc by default), you should change the
tools/llcj/llcj.cpp file, remove the line with "-lgc" and recompile it. Yes,
it's _that_ of a new feature yet :)
> llcj -mem2reg MemberVar.class
> /usr...
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
Hi,
Thanks a lot for the help! I am getting some errors though:
I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong
architecture from the module bitcode and spits out x86_64 assembly. I
fixed this by adding "-march=x86" to the llc options in llcj.
gcc doesn't know what -lgc is. I'm guessing it is the garbage collection
library. How can I get it or
2010 Jul 19
2
[LLVMdev] Building VMKit
...::VMMethod,
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>