If its faster, LGTM.
http://codereview.chromium.org/1702013/diff/1/2 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/1702013/diff/1/2#newcode103 src/ia32/macro-assembler-ia32.cc:103: ASSERT(cc == equal || cc == not_equal); Use a boolean instead of only allowing a subset of Condition. Or, preferably, make an enum with the values INSIDE, OUTSIDE. http://codereview.chromium.org/1702013/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
