http://codereview.chromium.org/10984057/diff/1/src/hydrogen.cc File src/hydrogen.cc (right):
http://codereview.chromium.org/10984057/diff/1/src/hydrogen.cc#newcode3539 src/hydrogen.cc:3539: #if defined(V8_TARGET_ARCH_ARM) I am concerned with this ifdef. Hydrogen should contain platform independent code and these kind of optimizations should be done on the Lithium level. http://codereview.chromium.org/10984057/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
