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

Issue 6993022: Report out of memory if we cannot allocate memory for the deoptimization table. (Closed)

Created:
9 years, 6 months ago by Mads Ager (chromium)
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Report out of memory if we cannot allocate memory for the deoptimization table. Currently we pass a null pointer to memcpy. We will crash either way, but going through FatalProcessOutOfMemory makes it clear what is going on. R=kmillikin@chromium.org BUG=http://crbug.com/84717 Committed: http://code.google.com/p/v8/source/detail?r=8163

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 6 months ago (2011-06-03 08:46:00 UTC) #1
Kevin Millikin (Chromium)
9 years, 6 months ago (2011-06-03 09:49:25 UTC) #2
STV!

Powered by Google App Engine
This is Rietveld 408576698