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

Issue 1638009: Avoid messing with the stack overflow limits while interrupts... (Closed)

Created:
10 years, 8 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Avoid messing with the stack overflow limits while interrupts are postponed. This way, V8 will wait until interrupts are re-enabled before artifically lowering the stack limit thereby forcing the interruption of the JavaScript executing thread. Committed: http://code.google.com/p/v8/source/detail?r=4403

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M src/execution.h View 1 chunk +16 lines, -4 lines 0 comments Download
M src/execution.cc View 8 chunks +8 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
10 years, 8 months ago (2010-04-14 07:04:09 UTC) #1
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-14 07:30:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698