Status: New
Owner: ----
New issue 1804 by [email protected]: GDBJIT: gdbjit cannot be enabled
since NewGC landed
http://code.google.com/p/v8/issues/detail?id=1804
Compiling with gdbjit=on (on any architecture) fails at two points.
First:
src/gdb-jit.cc:1130: error: 'JavaScriptFrameConstants' has not been declared
src/gdb-jit.cc:1178: error: 'JavaScriptFrameConstants' has not been declared
src/gdb-jit.cc:1190: error: 'JavaScriptFrameConstants' has not been declared
src/gdb-jit.cc:1201: error: 'StandardFrameConstants' has not been declared
This can be fixed by including frames-inl.h in gdb-jit.cc.
Second:
src/mark-compact.cc:471: error: 'compacting_collection_' was not declared
in this scope
This seems like leftover code from the old GC system, but I assume
something like this (disabled compacting) should be ported to NewGC.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev