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

Issue 559313004: VM: Remove unreachable code from the code generator. (Closed)

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

Description

VM: Remove unreachable code from the code generator. In the case of zero checks, the optimizer does not specialize an instance call when visiting (FlowGraphOptimizer::VisitInstanceCall). There is no need to have code for this case in the code generator. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=40434

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -30 lines) Patch
M runtime/vm/intermediate_language.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
6 years, 3 months ago (2014-09-18 12:47:11 UTC) #2
Vyacheslav Egorov (Google)
lgtm
6 years, 3 months ago (2014-09-18 12:51:00 UTC) #3
Florian Schneider
6 years, 3 months ago (2014-09-18 13:05:57 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r40434 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698