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

Issue 1290433002: dart2js: Inline Primitives.identicalImplementation into identical patch. (Closed)

Created:
5 years, 4 months ago by karlklose
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: Inline Primitives.identicalImplementation into identical patch. This gets rid of one layer of indirection that was not necessary and implements the conditional completely in JavaScript which avoids the potential for recursion when generating the intermediate representation for boolean conversion. R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/9a3b5614de7105f3d486812a4d3fee783c0d9db0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -7 lines) Patch
M sdk/lib/_internal/js_runtime/lib/core_patch.dart View 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_helper.dart View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
5 years, 4 months ago (2015-08-11 08:29:46 UTC) #1
karlklose
5 years, 3 months ago (2015-08-26 06:42:02 UTC) #2
Kevin Millikin (Google)
Yes, LGTM.
5 years, 3 months ago (2015-08-26 07:08:38 UTC) #3
karlklose
5 years, 3 months ago (2015-08-26 09:25:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9a3b5614de7105f3d486812a4d3fee783c0d9db0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698