Status: New
Owner: ----
New issue 815 by polarjs: ARM port fails
assertion: !SpilledScope::is_spilled() in src/arm/virtual-frame-arm.h, line
168
http://code.google.com/p/v8/issues/detail?id=815
There's some error with the assumptions of the ARM codegen. If you build
d8 with mode=debug simulator=arm and run underscore.js (from
http://documentcloud.github.com/underscore/), you'll get an assertion
failure every time:
./d8_g underscore.js
#
# Fatal error in src/arm/virtual-frame-arm.h, line 168
# CHECK(!SpilledScope::is_spilled()) failed
#
...
Is the assertion invalid, or is this an indication that there may be hidden
some bad side-effects of this assertion not being met?
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev