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

Issue 582703002: Widen the intake valve for TurboFan. (Closed)

Created:
6 years, 3 months ago by titzer
Modified:
6 years, 3 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : Move TF bailout predicated into Pipeline::GenerateCode #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -20 lines) Patch
M src/compiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 3 chunks +34 lines, -10 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 4 chunks +12 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +2 lines, -6 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/scopes.h View 3 chunks +9 lines, -0 lines 0 comments Download
M src/scopes.cc View 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
titzer
6 years, 3 months ago (2014-09-18 13:50:33 UTC) #1
Michael Starzinger
https://codereview.chromium.org/582703002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/582703002/diff/1/src/compiler.cc#newcode401 src/compiler.cc:401: info()->function()->dont_optimize_reason() != kTryCatchStatement && Please move this blacklist together ...
6 years, 3 months ago (2014-09-18 19:12:34 UTC) #2
titzer
https://codereview.chromium.org/582703002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/582703002/diff/1/src/compiler.cc#newcode401 src/compiler.cc:401: info()->function()->dont_optimize_reason() != kTryCatchStatement && On 2014/09/18 19:12:34, Michael Starzinger ...
6 years, 3 months ago (2014-09-19 11:38:22 UTC) #3
Michael Starzinger
LGTM. https://codereview.chromium.org/582703002/diff/1/src/scopes.cc File src/scopes.cc (right): https://codereview.chromium.org/582703002/diff/1/src/scopes.cc#newcode164 src/scopes.cc:164: asm_function_ = outer_scope != NULL && outer_scope->asm_module_; On ...
6 years, 3 months ago (2014-09-19 11:40:59 UTC) #4
danno
On 2014/09/19 11:40:59, Michael Starzinger wrote: > LGTM. > > https://codereview.chromium.org/582703002/diff/1/src/scopes.cc > File src/scopes.cc (right): ...
6 years, 3 months ago (2014-09-19 12:15:30 UTC) #5
titzer
6 years, 3 months ago (2014-09-19 12:51:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as 24083 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698