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

Issue 32323013: Introduce JSFunction::EnsureHasInitialMap method. (Closed)

Created:
7 years, 2 months ago by Michael Starzinger
Modified:
7 years, 1 month ago
Reviewers:
rossberg, rafaelw
CC:
v8-dev
Visibility:
Public.

Description

Introduce JSFunction::EnsureHasInitialMap method. This change enforces explicit allocation of the initial map for each JSFunction to introduce a proper layering between the JSFunction class and the Heap class. A follow-up change will then handlify the two functions AllocateInitialMap and AllocateFunctionPrototype. R=rossberg@chromium.org BUG=v8:2877 Committed: http://code.google.com/p/v8/source/detail?r=17480

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -47 lines) Patch
M src/factory.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +20 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap.cc View 3 chunks +2 lines, -35 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +7 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
rossberg@: PTAL. rafaelw@: FYI.
7 years, 2 months ago (2013-10-23 15:04:00 UTC) #1
rossberg
lgtm
7 years, 1 month ago (2013-10-28 10:47:04 UTC) #2
Michael Starzinger
7 years, 1 month ago (2013-11-05 12:11:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17480 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698