Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Issue 10377043: Fix function sorter from 11482 with correct fix. The sorter (Closed)

Created:
8 years, 7 months ago by Erik Corry
Modified:
8 years, 7 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix function sorter from 11482 with correct fix. The sorter was reverted from trunk 3.10.8.1, with this change we can repush it. Committed: https://code.google.com/p/v8/source/detail?r=11526

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M src/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 2 chunks +6 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 7 months ago (2012-05-08 10:39:23 UTC) #1
Michael Starzinger
8 years, 7 months ago (2012-05-08 12:27:09 UTC) #2
LGTM (with a nit).

https://chromiumcodereview.appspot.com/10377043/diff/1/src/objects-inl.h
File src/objects-inl.h (right):

https://chromiumcodereview.appspot.com/10377043/diff/1/src/objects-inl.h#newc...
src/objects-inl.h:3676: if (Code::FUNCTION != code()->kind()) return 0;
Could we flip the operands here?

Powered by Google App Engine
This is Rietveld 408576698