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

Issue 391018: Fixed a few cases where allocators did not respect always_allocate, (Closed)

Created:
11 years, 1 month ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixed a few cases where allocators did not respect always_allocate, potentially leading to bogus FatalProcessOutOfMemory situations. Also fixed a few cases where callers relied on getting a NewSpace object back (to avoid write barrier overhead) which they can't when always_allocate is in effect.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M src/heap.cc View 5 chunks +11 lines, -6 lines 0 comments Download
M src/runtime.cc View 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Christian Plesner Hansen
This might fix http://code.google.com/p/chromium/issues/detail?id=17032.
11 years, 1 month ago (2009-11-11 15:16:29 UTC) #1
Mads Ager (chromium)
11 years, 1 month ago (2009-11-11 15:24:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698