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

Issue 85663003: We can actually map the Dart shift right to the JavaScript one under certain conditions. (Closed)

Created:
7 years ago by ngeoffray
Modified:
7 years ago
Reviewers:
floitsch, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

We can actually map the Dart shift right to the JavaScript one under certain conditions. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=30665

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -16 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart View 1 2 3 4 chunks +49 lines, -16 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 3 4 4 chunks +14 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/tracer.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
7 years ago (2013-11-25 16:47:28 UTC) #1
floitsch
For Kasper's information: we discovered that the right-shift semantics is more complicated: if the receiver ...
7 years ago (2013-11-25 18:19:02 UTC) #2
kasperl
https://codereview.chromium.org/85663003/diff/30001/sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart File sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart (right): https://codereview.chromium.org/85663003/diff/30001/sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart#newcode216 sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart:216: bool clearAllSideEffects(HInstruction instruction) { bool -> void https://codereview.chromium.org/85663003/diff/30001/sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart#newcode348 sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart:348: ...
7 years ago (2013-11-26 08:29:29 UTC) #3
ngeoffray
PTAL https://codereview.chromium.org/85663003/diff/30001/sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart File sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart (right): https://codereview.chromium.org/85663003/diff/30001/sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart#newcode216 sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart:216: bool clearAllSideEffects(HInstruction instruction) { On 2013/11/26 08:29:29, kasperl ...
7 years ago (2013-11-26 08:36:35 UTC) #4
kasperl
LGTM.
7 years ago (2013-11-26 09:06:16 UTC) #5
ngeoffray
7 years ago (2013-11-26 09:11:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r30665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698