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

Issue 7779046: Fix map space explosion from changing the arguments and caller properties on native functions. (Closed)

Created:
9 years, 3 months ago by Rico
Modified:
9 years, 3 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fix map space explosion from changing the arguments and caller properties on native functions. Adding these local properties on all native functions made us do a ConvertDescriptorToField on the callback on each and every native functions, resulting in us creating an extra map for each of these. Committed: http://code.google.com/p/v8/source/detail?r=9152

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -9 lines) Patch
M src/accessors.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
9 years, 3 months ago (2011-09-06 13:56:31 UTC) #1
Lasse Reichstein
9 years, 3 months ago (2011-09-06 14:01:06 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698