Ported to other platforms. Whew.
http://codereview.chromium.org/7039036/diff/13002/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): http://codereview.chromium.org/7039036/diff/13002/src/arm/full-codegen-arm.cc#newcode3668 src/arm/full-codegen-arm.cc:3668: RelocInfo::Mode mode = RelocInfo::CODE_TARGET; Using CODE_TARGET here instead of CODE_TARGET_WITH_AST_ID. Bill is working on a patch to make that the right thing. Same thing other places in the ARM code. Currently assertions are hit in debug mode, but all tests pass in release mode. With Bill's change we should be good. http://codereview.chromium.org/7039036/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
