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

Issue 27197002: Return descriptor ownership after TrimDescriptorArray to allow resharing of descriptor arrays (Closed)

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

Description

Return descriptor ownership after TrimDescriptorArray to allow resharing of descriptor arrays BUG=None R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17237

Patch Set 1 #

Total comments: 2

Patch Set 2 : Hoist set_owns_descriptors out of TrimDescriptorArray #

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

Messages

Total messages: 6 (0 generated)
rmcilroy
This was an idea Toon had. It seems to saves ~3KB (every little helps...) on ...
7 years, 2 months ago (2013-10-14 17:49:44 UTC) #1
Michael Starzinger
LGTM after one comment is addressed. https://codereview.chromium.org/27197002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/27197002/diff/1/src/objects.cc#newcode9250 src/objects.cc:9250: map->set_owns_descriptors(true); nit: Can ...
7 years, 2 months ago (2013-10-16 09:34:06 UTC) #2
rmcilroy
Thanks Michael. Could you please land for me? https://codereview.chromium.org/27197002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/27197002/diff/1/src/objects.cc#newcode9250 src/objects.cc:9250: map->set_owns_descriptors(true); ...
7 years, 2 months ago (2013-10-16 10:44:00 UTC) #3
Michael Starzinger
Committed patchset #2 manually as r17237 (presubmit successful).
7 years, 2 months ago (2013-10-16 11:17:44 UTC) #4
Michael Starzinger
Landed. Had to make minor adjustments to make it actually compile.
7 years, 2 months ago (2013-10-16 11:18:49 UTC) #5
rmcilroy
7 years, 2 months ago (2013-10-16 11:25:30 UTC) #6
Message was sent while issue was closed.
On 2013/10/16 11:18:49, Michael Starzinger wrote:
> Landed. Had to make minor adjustments to make it actually compile.

Opps, sorry.  Thanks for making the change.

Powered by Google App Engine
This is Rietveld 408576698