http://codereview.chromium.org/6286078/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right):
http://codereview.chromium.org/6286078/diff/1/src/arm/code-stubs-arm.cc#newcode5756 src/arm/code-stubs-arm.cc:5756: __ add(ip, pc, Operand(4)); On 2011/02/04 12:59:45, antonm wrote:
On 2011/02/04 09:55:55, Erik Corry wrote: > It seems to me that omitting this add and just using ip in the next instruction > would achieve the same. Pc is always 8 bytes ahead of the actual
instruction
> executing so that should be the same.
Hmm, ip would have any garbage then. Am I missing something.
I think Erik meant pc. http://codereview.chromium.org/6286078/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
