Reviewers: iposva, Message: A smallish code review, plasee.
http://codereview.chromium.org/13290/diff/1/6 File src/utils.h (right): http://codereview.chromium.org/13290/diff/1/6#newcode544 Line 544: ptr[0] = static_cast<byte>(value >> 8); Found to be necessary when compiling with --simulator=arm on Windows. Store32 below is apparently not used. Description: Arm codegen could emit const pool in the middle of jump table. Please review this at http://codereview.chromium.org/13290 Affected files: M src/assembler-arm.h M src/codegen-arm.cc M src/macro-assembler-arm.h M src/macro-assembler-arm.cc M src/utils.h --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
