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

Issue 17058002: As a last resort try to allocate out of the smaller size size-class in (Closed)

Created:
7 years, 6 months ago by Hannes Payer (out of office)
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

As a last resort try to allocate out of the smaller size size-class in the free list allocator. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15146

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -16 lines) Patch
M src/spaces.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M src/spaces.cc View 1 2 3 4 7 chunks +47 lines, -11 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
This change will enable us to use 8K of memory for the first page of ...
7 years, 6 months ago (2013-06-14 09:03:08 UTC) #1
danno
fundamentally ok, but I think Michael should give final approval
7 years, 6 months ago (2013-06-14 09:23:36 UTC) #2
Michael Starzinger
https://codereview.chromium.org/17058002/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/17058002/diff/1/src/spaces.cc#newcode2147 src/spaces.cc:2147: return NULL; This is not necessarily correct. The check ...
7 years, 6 months ago (2013-06-14 09:44:53 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/17058002/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/17058002/diff/1/src/spaces.cc#newcode2147 src/spaces.cc:2147: return NULL; On 2013/06/14 09:44:53, Michael Starzinger wrote: > ...
7 years, 6 months ago (2013-06-14 10:40:54 UTC) #4
Michael Starzinger
LGTM with a nit. Feel free to add the additional assertions we discussed offline. https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc ...
7 years, 6 months ago (2013-06-14 11:13:05 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/17058002/diff/8001/src/spaces.cc#newcode2121 src/spaces.cc:2121: available_ -= reinterpret_cast<FreeSpace*>(node)->Size(); On 2013/06/14 11:13:05, Michael Starzinger wrote: ...
7 years, 6 months ago (2013-06-14 11:18:25 UTC) #6
Hannes Payer (out of office)
7 years, 6 months ago (2013-06-14 11:22:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r15146 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698