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

Issue 14066009: Handle OOM failures correctly in the CEntryStub when embedders set V8::IgnoreOutOfMemoryException() (Closed)

Created:
7 years, 8 months ago by Jakob Kummerow
Modified:
7 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handle OOM failures correctly in the CEntryStub when embedders set V8::IgnoreOutOfMemoryException() BUG=chromium:231217 Committed: http://code.google.com/p/v8/source/detail?r=14279

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +9 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +8 lines, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
7 years, 8 months ago (2013-04-16 12:01:27 UTC) #1
Michael Starzinger
LGTM with a nit. Do we by any change have a short regression test for ...
7 years, 8 months ago (2013-04-16 12:09:45 UTC) #2
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/14066009/diff/1/src/x64/code-stubs-x64.cc File src/x64/code-stubs-x64.cc (right): https://codereview.chromium.org/14066009/diff/1/src/x64/code-stubs-x64.cc#newcode4167 src/x64/code-stubs-x64.cc:4167: masm->ExternalOperand(pending_exception_address); On 2013/04/16 12:09:45, Michael Starzinger wrote: ...
7 years, 8 months ago (2013-04-16 12:13:11 UTC) #3
Jakob Kummerow
7 years, 8 months ago (2013-04-16 12:17:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r14279 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698