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

Issue 60883003: Cleanup of code generation for StrictCompare. (Closed)

Created:
7 years, 1 month ago by Florian Schneider
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cleanup of code generation for StrictCompare. The case of two constant operands does not occur unless certain optimizations are turned off. It is not necessary to have a special handling in the code generator for this case. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=30153

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -136 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 5 chunks +7 lines, -33 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 5 chunks +7 lines, -33 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 5 chunks +7 lines, -34 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 6 chunks +7 lines, -36 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
7 years, 1 month ago (2013-11-11 09:41:31 UTC) #1
Kevin Millikin (Google)
It definitely needs a comment, otherwise LGTM. https://codereview.chromium.org/60883003/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/60883003/diff/1/runtime/vm/intermediate_language_arm.cc#newcode4437 runtime/vm/intermediate_language_arm.cc:4437: locs->set_in(1, locs->in(0).IsConstant() ...
7 years, 1 month ago (2013-11-11 12:09:42 UTC) #2
Florian Schneider
https://codereview.chromium.org/60883003/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/60883003/diff/1/runtime/vm/intermediate_language_arm.cc#newcode4437 runtime/vm/intermediate_language_arm.cc:4437: locs->set_in(1, locs->in(0).IsConstant() On 2013/11/11 12:09:42, kmillikin wrote: > This ...
7 years, 1 month ago (2013-11-11 12:29:28 UTC) #3
Florian Schneider
7 years, 1 month ago (2013-11-11 13:01:59 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r30153 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698