http://codereview.chromium.org/6573006/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

http://codereview.chromium.org/6573006/diff/1/src/hydrogen.cc#newcode552
src/hydrogen.cc:552: } else {
On 2011/02/24 13:09:44, fschneider wrote:
here you could write

} else if (...) {

}

Good catch.  I'll hold off for now because the "if (blah != NULL)
blah->Goto(whocares);" seems like an idiom that we might abstract, so
I'd like to keep it exactly that way in the code.

http://codereview.chromium.org/6573006/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to