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

Issue 271193002: Avoid prototype properties in JS-Object caches. (Closed)

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

Description

Avoid prototype properties in JS-Object caches. Make sure to create caches with Object.create. BUG= http://dartbug.com/18754 R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=36037

Patch Set 1 #

Patch Set 2 : Fix getField cache. #

Patch Set 3 : Use Object.create #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -13 lines) Patch
M sdk/lib/_internal/lib/js_helper.dart View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M sdk/lib/_internal/lib/js_mirrors.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
A tests/lib/mirrors/get_field_cache_test.dart View 1 1 chunk +36 lines, -0 lines 0 comments Download
A + tests/lib/mirrors/invocation_cache_test.dart View 1 1 chunk +7 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
floitsch
6 years, 7 months ago (2014-05-09 19:06:38 UTC) #1
floitsch
PTAL.
6 years, 7 months ago (2014-05-12 14:28:02 UTC) #2
kasperl
LGTM.
6 years, 7 months ago (2014-05-12 14:31:42 UTC) #3
floitsch
6 years, 7 months ago (2014-05-12 15:50:17 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r36037 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698