LGTM once x64 and arm code is updated.

http://codereview.chromium.org/6344005/diff/32001/src/ic.cc
File src/ic.cc (right):

http://codereview.chromium.org/6344005/diff/32001/src/ic.cc#newcode760
src/ic.cc:760: if (kind_ == Code::CALL_IC &&
Remove the extra indentation by doing:

if () {
  ...
} else if() {
  ...
} else {
  ...
}
?

http://codereview.chromium.org/6344005/

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

Reply via email to