Avoid messing with the stack overflow limits while interrupts
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Apr 2010 07:36:49 +0000 (07:36 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Apr 2010 07:36:49 +0000 (07:36 +0000)
commitb266a9ecdd2e38f40aa794d2285f27cc55917a97
treeb19b9bfe7f52e02188ff7e85ce22349c777f9fc2
parent238b211274cb7fd7ac1de17c2c372f8bf322a564
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.
Review URL: http://codereview.chromium.org/1638009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4403 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/execution.cc
src/execution.h