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

Issue 151146: Treat the builtins object like other global objects (with... (Closed)

Created:
11 years, 5 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Treat the builtins object like other global objects (with cells in old space for properties) and avoid allocating tons of unused properties in new space when creating new contexts. Committed: http://code.google.com/p/v8/source/detail?r=2319

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -69 lines) Patch
M src/arm/stub-cache-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 4 chunks +3 lines, -10 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap.cc View 5 chunks +13 lines, -8 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ic.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/objects.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/objects.cc View 13 chunks +14 lines, -14 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 6 chunks +6 lines, -6 lines 0 comments Download
M src/stub-cache.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 5 months ago (2009-07-01 11:27:18 UTC) #1
Søren Thygesen Gjesse
11 years, 5 months ago (2009-07-01 11:39:29 UTC) #2
STV!

Powered by Google App Engine
This is Rietveld 408576698