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

Issue 101853003: Cache optimized code for OSR. (Closed)

Created:
7 years ago by Yang
Modified:
7 years ago
Reviewers:
titzer, Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Total comments: 3

Patch Set 3 : addressed comments, fixed a bug. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -113 lines) Patch
M src/code-stubs-hydrogen.cc View 1 4 chunks +25 lines, -11 lines 0 comments Download
M src/compiler.cc View 4 chunks +12 lines, -10 lines 0 comments Download
M src/factory.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 chunks +27 lines, -46 lines 1 comment Download
M src/objects.h View 1 2 3 chunks +24 lines, -9 lines 0 comments Download
M src/objects.cc View 1 2 5 chunks +36 lines, -22 lines 0 comments Download
M src/objects-inl.h View 1 2 4 chunks +4 lines, -9 lines 1 comment Download
M src/objects-visiting-inl.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/transitions-inl.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yang
Second attempt. This is based on the refactored compiling pipeline (https://codereview.chromium.org/110203002/).
7 years ago (2013-12-11 11:59:12 UTC) #1
Toon Verwaest
So much cleaner; nice! Just 2 comments. https://codereview.chromium.org/101853003/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/101853003/diff/1/src/code-stubs-hydrogen.cc#newcode1200 src/code-stubs-hydrogen.cc:1200: Representation::Smi()); Any ...
7 years ago (2013-12-11 12:40:29 UTC) #2
Yang
Addressed comments. https://codereview.chromium.org/101853003/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/101853003/diff/1/src/code-stubs-hydrogen.cc#newcode1200 src/code-stubs-hydrogen.cc:1200: Representation::Smi()); On 2013/12/11 12:40:29, Toon Verwaest wrote: ...
7 years ago (2013-12-11 13:11:14 UTC) #3
Toon Verwaest
lgtm
7 years ago (2013-12-11 13:56:44 UTC) #4
titzer
https://codereview.chromium.org/101853003/diff/40001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/101853003/diff/40001/src/mark-compact.cc#newcode1070 src/mark-compact.cc:1070: static const int kContextOffset = SharedFunctionInfo::kContextOffset; Duplicated constants for ...
7 years ago (2013-12-16 11:59:33 UTC) #5
Yang
On 2013/12/16 11:59:33, titzer wrote: > https://codereview.chromium.org/101853003/diff/40001/src/mark-compact.cc > File src/mark-compact.cc (right): > > https://codereview.chromium.org/101853003/diff/40001/src/mark-compact.cc#newcode1070 > ...
7 years ago (2013-12-16 16:11:04 UTC) #6
titzer
lgtm https://codereview.chromium.org/101853003/diff/90001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/101853003/diff/90001/src/mark-compact.cc#newcode1088 src/mark-compact.cc:1088: for (int j = 0; j < SharedFunctionInfo::kEntryLength; ...
7 years ago (2013-12-17 08:31:42 UTC) #7
Yang
7 years ago (2013-12-23 14:42:52 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r18410 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698