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

Issue 11359068: Do not use hack around aborting loop body for a do/while. (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Do not use hack around aborting loop body for a do/while. Committed: https://code.google.com/p/dart/source/detail?r=14563

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -37 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 5 chunks +68 lines, -35 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-06 10:53:55 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/11359068/diff/1003/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right): https://codereview.chromium.org/11359068/diff/1003/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart#newcode920 sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:920: bool isConditionExpression = condition == null bool isConditionExpression ...
8 years, 1 month ago (2012-11-06 12:13:33 UTC) #2
ngeoffray
8 years, 1 month ago (2012-11-06 12:19:14 UTC) #3
Thanks Florian

https://codereview.chromium.org/11359068/diff/1003/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right):

https://codereview.chromium.org/11359068/diff/1003/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:920: bool
isConditionExpression = condition == null
On 2012/11/06 12:13:33, floitsch wrote:
> bool isConditionExpression = (condition == null) || isJSCondition(condition);
> ?

Done.

Powered by Google App Engine
This is Rietveld 408576698