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

Issue 10746: Track loop nesting across function calls when the function... (Closed)

Created:
12 years, 1 month ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
iposva
CC:
v8-dev
Visibility:
Public.

Description

Track loop nesting across function calls when the function is called through an IC the first time. Committed: http://code.google.com/p/v8/source/detail?r=764

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -15 lines) Patch
M src/ast.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/codegen.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/codegen-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/codegen-ia32.cc View 4 chunks +14 lines, -3 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 2 chunks +5 lines, -1 line 0 comments Download
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/handles.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M src/ic.cc View 4 chunks +17 lines, -4 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
12 years, 1 month ago (2008-11-14 12:10:54 UTC) #1
iposva
12 years, 1 month ago (2008-11-15 05:38:12 UTC) #2
LGTM

-Ivan

Powered by Google App Engine
This is Rietveld 408576698