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

Issue 119358: Change the IA32 stack handler layout so that the handler address does... (Closed)

Created:
11 years, 6 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Change the IA32 stack handler layout so that the handler address does not point into the middle of the handler. Also remove top-of-stack caching from MacroAssembler::PushTryHandler. Committed: http://code.google.com/p/v8/source/detail?r=2128

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -52 lines) Patch
M src/frames.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 9 chunks +35 lines, -36 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 chunk +3 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 6 months ago (2009-06-09 14:52:10 UTC) #1
Kasper Lund
11 years, 6 months ago (2009-06-10 07:59:17 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698