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

Issue 18661: Experimental: defer the per-function and per-loop calls to the runtime... (Closed)

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

Description

Experimental: defer the per-function and per-loop calls to the runtime on a failed stack check. Committed: http://code.google.com/p/v8/source/detail?r=1129

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -11 lines) Patch
M src/codegen-ia32.cc View 4 chunks +28 lines, -11 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-22 14:02:09 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/18661/diff/1/2 File src/codegen-ia32.cc (right): http://codereview.chromium.org/18661/diff/1/2#newcode1342 Line 1342: StackCheckStub stub; Maybe move this to just ...
11 years, 11 months ago (2009-01-22 14:04:46 UTC) #2
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-22 14:07:50 UTC) #3
http://codereview.chromium.org/18661/diff/1/2
File src/codegen-ia32.cc (right):

http://codereview.chromium.org/18661/diff/1/2#newcode1342
Line 1342: StackCheckStub stub;
On 2009/01/22 14:04:46, Kasper Lund wrote:
> Maybe move this to just before it's used (CallStub)?

NP.

Powered by Google App Engine
This is Rietveld 408576698