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

Issue 160520: X64: Add missing pop when calling handler with Out-of-memory exception. (Closed)

Created:
11 years, 4 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

X64: Add missing pop when calling handler with Out-of-memory exception. Committed: http://code.google.com/p/v8/source/detail?r=2618

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
William Hesse
And add an instruction to the disassembler.
11 years, 4 months ago (2009-08-03 15:32:50 UTC) #1
Kevin Millikin (Chromium)
11 years, 4 months ago (2009-08-03 16:08:01 UTC) #2
Why is this so much different from IA32 and ARM?  On those platforms, we unwind
the stack using the stack pointer rather than an auxiliary register (rdx), and
then we pop the next handler link from the block to set the top handler pointer.

Powered by Google App Engine
This is Rietveld 408576698