search for: vmmethod

Displaying 3 results from an estimated 3 matches for "vmmethod".

Did you mean: method
2006 Mar 02
1
[LLVMdev] llvm-java state
Hi, This question is mostly addressed at Alkis, as I understand that he last worked on llvm-java and I saw him reply to another thread recently :-) When I try and run class2llvm I get a bus error because function_ in VMMethod points to 0x8. I think the problem lies in how I am using class2llvm. When I read through the Debug output, I see that class2llvm is trying to compile all of the files distributed in the gnuclasspath, ~2500 classes. I can't imagine a Hello World program needing all of those classes. Her...
2010 Jul 19
2
[LLVMdev] Building VMKit
...le or field ‘TRACER’ declared void ... Assembly.cpp:1929: instantiated from here LockedMap.h:101: error: ‘class n3::Assembly’ has no member named ‘tracer’ LockedMap.h: In member function ‘void n3::LockedMap<Key, Container, Compare, Upcall>::tracer() [with Key = unsigned int, Container = n3::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/Mv...
2006 Mar 03
1
[LLVMdev] printing constants
..., > > > > This question is mostly addressed at Alkis, as I > understand that he > > last worked on llvm-java and I saw him reply to > another thread > > recently :-) > > > > When I try and run class2llvm I get a bus error > because function_ in > > VMMethod points to 0x8. > > This can't be good :-) > > > I think the problem lies in how I am using > class2llvm. When I read > > through the Debug output, I see that class2llvm is > trying to compile > > all of the files distributed in the gnuclasspath, > ~2500 cl...