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

Issue 10559081: Reapply: Use GVN for length loads from arrays and strings. (Closed)

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

Description

Reapply: Use GVN for length loads from arrays and strings. - Fix bug in variable allocation. - Treat all HCheck instructions the same when it comes to GVN. They do not have side-effects. Changes since last version: - give HTypeConversion a typeCode and implement typeEquals and dataEquals. - clear side effects for array and string loads when enabling GVN. R=floitsch@google.com,kasperl@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8905

Patch Set 1 #

Patch Set 2 : Fix type annotation on dataEquals argument #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -24 lines) Patch
M lib/compiler/implementation/ssa/nodes.dart View 1 6 chunks +12 lines, -16 lines 0 comments Download
M lib/compiler/implementation/ssa/variable_allocator.dart View 3 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (google)
8 years, 6 months ago (2012-06-20 12:40:01 UTC) #1
floitsch
8 years, 6 months ago (2012-06-20 12:46:27 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698