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

Issue 7514005: slight HGraph::CreateGraph refactor (Closed)

Created:
9 years, 5 months ago by wingo
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

slight HGraph::CreateGraph refactor * src/hydrogen.h (HGraph): Privatize MarkAsDeoptimizingRecursively. Add PropagateDeoptimizingMark as the interface. * src/hydrogen.cc (AssignDominators): Add a comment. (PropagateDeoptimizingMark): Move MarkAsDeoptimizingRecursively call out of AssignDominators, and here into a new phase. (CreateGraph): Call PropagateDeoptimizingMark. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M src/hydrogen.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/hydrogen.cc View 3 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
wingo
9 years, 5 months ago (2011-07-26 09:19:40 UTC) #1
fschneider
9 years, 5 months ago (2011-07-26 10:04:49 UTC) #2
LGTM. Thanks.

I'll land it.

Powered by Google App Engine
This is Rietveld 408576698