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

Issue 10700188: Introduce an OptimizingCompiler class, responsible for maintaining the state needed to run Cranksha… (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
danno
CC:
v8-dev, Yang
Visibility:
Public.

Description

Introduce an OptimizingCompiler class, responsible for maintaining the state needed to run Crankshaft. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12112

Patch Set 1 : #

Total comments: 24

Patch Set 2 : Review. #

Total comments: 6

Patch Set 3 : Review. #

Total comments: 1

Patch Set 4 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -69 lines) Patch
M src/compiler.h View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 5 chunks +100 lines, -68 lines 0 comments Download
M src/hydrogen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-12 17:16:25 UTC) #1
danno
http://codereview.chromium.org/10700188/diff/2001/src/compiler.cc File src/compiler.cc (right): http://codereview.chromium.org/10700188/diff/2001/src/compiler.cc#newcode230 src/compiler.cc:230: Timer t(this); nit: Move this down after the comment ...
8 years, 5 months ago (2012-07-16 12:19:09 UTC) #2
sanjoy
http://codereview.chromium.org/10700188/diff/2001/src/compiler.cc File src/compiler.cc (right): http://codereview.chromium.org/10700188/diff/2001/src/compiler.cc#newcode230 src/compiler.cc:230: Timer t(this); On 2012/07/16 12:19:09, danno wrote: > nit: ...
8 years, 5 months ago (2012-07-16 13:46:46 UTC) #3
danno
I am a little concerned that you might have subtly changed handlings of bailouts/failures/inlining. Have ...
8 years, 5 months ago (2012-07-16 15:05:02 UTC) #4
sanjoy
> I am a little concerned that you might have subtly changed handlings of > ...
8 years, 5 months ago (2012-07-17 08:09:26 UTC) #5
sanjoy
> I am a little concerned that you might have subtly changed handlings of > ...
8 years, 5 months ago (2012-07-17 08:09:26 UTC) #6
sanjoy
http://codereview.chromium.org/10700188/diff/10001/src/compiler.cc File src/compiler.cc (right): http://codereview.chromium.org/10700188/diff/10001/src/compiler.cc#newcode245 src/compiler.cc:245: return AbortOptimization(); On 2012/07/16 15:05:02, danno wrote: > Is ...
8 years, 5 months ago (2012-07-17 08:09:39 UTC) #7
danno
LGTM with comments http://codereview.chromium.org/10700188/diff/11005/src/compiler.cc File src/compiler.cc (right): http://codereview.chromium.org/10700188/diff/11005/src/compiler.cc#newcode208 src/compiler.cc:208: return status != OptimizingCompiler::FAILED; nit: don't ...
8 years, 5 months ago (2012-07-17 15:08:38 UTC) #8
sanjoy
Two changes in this version: * Addressed review. * Added some missing SetLastStatus calls (PTAL)
8 years, 5 months ago (2012-07-17 15:21:35 UTC) #9
danno
8 years, 5 months ago (2012-07-17 15:33:30 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698