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

Issue 256003002: JavaScript Binary expressions not subclass of Call (Closed)

Created:
6 years, 8 months ago by sra1
Modified:
6 years, 7 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

JavaScript Binary expressions not subclass of Call About a 15% decrease in VariableUse nodes and a similar number of small lists (two Lists for each Binary/Prefix/Postfix - a short growable List and it's backing fixed size List). R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=35494

Patch Set 1 : #

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -49 lines) Patch
M sdk/lib/_internal/compiler/implementation/js/nodes.dart View 1 4 chunks +38 lines, -45 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js/template.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sra1
6 years, 8 months ago (2014-04-27 02:15:24 UTC) #1
floitsch
LGTM. (fyi: the JS-AST was ported from a JS-to-Scheme compiler where I treated binary ops ...
6 years, 7 months ago (2014-04-28 12:16:40 UTC) #2
sra1
6 years, 7 months ago (2014-04-28 19:57:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r35494 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698