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

Issue 10825198: Simplify BlockEntryInstr::DiscoverBlocks a bit. (Closed)

Created:
8 years, 4 months ago by Florian Schneider
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Simplify BlockEntryInstr::DiscoverBlocks a bit. We can remove the case of blocks containing a single instruction because every basic block is now terminated with a Goto or Branch (except for the graph entry, which is handled specially). Committed: https://code.google.com/p/dart/source/detail?r=10281

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -13 lines) Patch
M vm/intermediate_language.cc View 1 chunk +10 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-08-06 10:32:47 UTC) #1
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-06 10:35:19 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698