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

Issue 10566021: Reapply change to GVN all HFieldGet instructions. (Closed)

Created:
8 years, 6 months ago by Mads Ager (google)
Modified:
8 years, 6 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Reapply change to GVN all HFieldGet instructions. - Enable GVN for all HFieldGet. - Mark all non-final HFieldGet as depending on something. - Mark control flow as not having side effects. - Fix dead code elimination to not treat control flow as dead code. - Fix live ranges for HChecks to unconditionally have the same live range as the instruction they are checking. - Added Nicolas' fix for GVN in loops (https://chromiumcodereview.appspot.com/10565025). R=floitsch@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8769

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -30 lines) Patch
M lib/compiler/implementation/ssa/nodes.dart View 4 chunks +9 lines, -7 lines 0 comments Download
M lib/compiler/implementation/ssa/optimize.dart View 3 chunks +10 lines, -8 lines 0 comments Download
M lib/compiler/implementation/ssa/tracer.dart View 3 chunks +8 lines, -5 lines 0 comments Download
M lib/compiler/implementation/ssa/value_set.dart View 2 chunks +2 lines, -1 line 0 comments Download
M lib/compiler/implementation/ssa/variable_allocator.dart View 3 chunks +4 lines, -3 lines 0 comments Download
A + tests/language/gvn_test.dart View 1 chunk +11 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (google)
8 years, 6 months ago (2012-06-18 08:01:19 UTC) #1
floitsch
8 years, 6 months ago (2012-06-18 08:59:33 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698