Chromium Code Reviews

Issue 3302012: Move stack check after while statement. (Closed)

Created:
10 years, 3 months ago by podivilov
Modified:
9 years, 4 months ago
Reviewers:
Søren Thygesen Gjesse
CC:
v8-dev
Visibility:
Public.

Description

Move stack check below while statement. Call to Runtime_StackGuard should be generated after loop body. Otherwise, break position will be the previous position before loop statement. Committed: http://code.google.com/p/v8/source/detail?r=5423

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+24 lines, -6 lines)
M src/full-codegen.cc View 3 chunks +9 lines, -6 lines 0 comments
M test/cctest/test-debug.cc View 2 chunks +15 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
podivilov
10 years, 3 months ago (2010-09-07 11:57:29 UTC) #1
Søren Thygesen Gjesse
10 years, 3 months ago (2010-09-07 14:15:17 UTC) #2
LGTM

Powered by Google App Engine