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

Issue 11186023: Enable more redundancy elimination for checked mode asserts. (Closed)

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

Description

Enable more redundancy elimination for checked mode asserts. This CL enables CSE for AssertBoolean and AssertAssignable. In additions it allows removing redundant assignable-checks by using static class-id information from the optimized IL. Committed: https://code.google.com/p/dart/source/detail?r=13743

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M runtime/vm/intermediate_language.h View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 2 months ago (2012-10-17 13:51:09 UTC) #1
zerny-google
8 years, 2 months ago (2012-10-17 14:27:29 UTC) #2
LGTM and maybe add a TODO about propagating across phis.

Powered by Google App Engine
This is Rietveld 408576698