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

Issue 119543002: - Setup infrastructure to white list some native methods as not requiring (Closed)

Created:
7 years ago by siva
Modified:
7 years ago
Reviewers:
vsm, rmacnak
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Setup infrastructure to white list some native methods as not requiring auto setup of Dart API scopes - List some functions in the list to check out the infrastructure. Performance gains from listing these: firstChild 222.33 to 309.6903096903097 lastChild 217.56 to 306.0 nextSibling 363.00 to 514.0 previousSibling 357.64 to 506.0 nextSiblingDynamic 348.01 to 511.0 childNodes 309.38 to 444.5554445554446 R=rmacnak@google.com, vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=31342

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M tools/dom/scripts/systemnative.py View 1 2 3 4 4 chunks +23 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
7 years ago (2013-12-19 21:58:49 UTC) #1
siva
synched to TOT.
7 years ago (2013-12-20 18:06:04 UTC) #2
vsm
nice! lgtm with some suggestions. https://codereview.chromium.org/119543002/diff/20001/tools/dom/scripts/systemnative.py File tools/dom/scripts/systemnative.py (right): https://codereview.chromium.org/119543002/diff/20001/tools/dom/scripts/systemnative.py#newcode93 tools/dom/scripts/systemnative.py:93: ['Node', 'firstChild', 'Getter'], More ...
7 years ago (2013-12-20 18:18:56 UTC) #3
rmacnak
LGTM!
7 years ago (2013-12-20 18:39:31 UTC) #4
siva
https://codereview.chromium.org/119543002/diff/20001/tools/dom/scripts/systemnative.py File tools/dom/scripts/systemnative.py (right): https://codereview.chromium.org/119543002/diff/20001/tools/dom/scripts/systemnative.py#newcode93 tools/dom/scripts/systemnative.py:93: ['Node', 'firstChild', 'Getter'], On 2013/12/20 18:18:56, vsm wrote: > ...
7 years ago (2013-12-20 18:46:00 UTC) #5
siva
7 years ago (2013-12-20 19:02:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r31342 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698