Comment #22 on issue 615 by [email protected]: "instanceof" operator broken
on x64
http://code.google.com/p/v8/issues/detail?id=615
I forgot that you are building with a shared library. The function I want
to look at is
in the shared library v8.so. Either gdb or objdump should be able to open
this, and
dump the function InstanceofStub::Generate. The executable shell does not
have this
symbol because it is linked with the shared library. If using objdump on
v8.so does
not show this symbol, perhaps you could attach the whole v8.so to the bug
report.
shell_g and v8_g are the debug versions of the build, which don't seem to
have the
problem.
We also want to pin down the exact version of gcc that is compiling v8.so,
to see if we
can reproduce the problem. What is the version number?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev