http://codereview.chromium.org/7605026/diff/3001/src/arm/code-stubs-arm.h File src/arm/code-stubs-arm.h (right):
http://codereview.chromium.org/7605026/diff/3001/src/arm/code-stubs-arm.h#newcode413 src/arm/code-stubs-arm.h:413: masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B27 | B25)) | On 2011/08/11 07:35:21, Erik Corry wrote:
You don't need to both zero out B25 and then set it again. As discussed offline we need the I version of the TST instruction so
we can be
sure that the last 12 bits of the instruction are free to use for an
immediate. Done. http://codereview.chromium.org/7605026/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
