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

Issue 7994001: Give each function prototype a fresh copy of the object function map. (Closed)

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

Description

Give each function prototype a fresh copy of the object function map. This avoid unwanted sharing between different function prototypes and in general should help inlining because constant function properties on one prototype don't affect other prototypes anymore. BUG=v8:1716 Committed: http://code.google.com/p/v8/source/detail?r=9393

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M src/heap.cc View 1 chunk +11 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 3 months ago (2011-09-22 12:40:51 UTC) #1
Lasse Reichstein
9 years, 3 months ago (2011-09-22 12:52:26 UTC) #2
LGTM.
Short and sweet!

Powered by Google App Engine
This is Rietveld 408576698