https://codereview.chromium.org/116533003/diff/250001/src/runtime.cc
File src/runtime.cc (right):
https://codereview.chromium.org/116533003/diff/250001/src/runtime.cc#newcode5847
src/runtime.cc:5847: #ifdef DEBUG
On 2013/12/27 11:14:17, dcarney wrote:
If the compiler doesn't complain when you remove this #ifdef, please
remove it.
It's not typical of v8 code to leave it in, and the compiler will
probably
remove the decrement in non debug mode anyway.
Adjusted to follow local convention.
No warnings elicited + checked that the local release build generated
the exact same instruction sequence for the function, with & without.
g++-4.7.3
https://codereview.chromium.org/116533003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.