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

Issue 8403037: Make C++ to JS transition faster by avoiding JavaScriptFrameIterator in SaveContext. (Closed)

Created:
9 years, 1 month ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Make C++ to JS transition faster by avoiding JavaScriptFrameIterator in SaveContext. R=kmillikin@chromium.org BUG=v8:1730 Committed: http://code.google.com/p/v8/source/detail?r=9835

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -17 lines) Patch
M src/isolate.h View 2 chunks +5 lines, -4 lines 1 comment Download
M src/isolate-inl.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/runtime.cc View 3 chunks +15 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 1 month ago (2011-10-27 13:18:20 UTC) #1
Vyacheslav Egorov (Chromium)
fix Kevin's mail address
9 years, 1 month ago (2011-10-27 14:13:31 UTC) #2
Kevin Millikin (Chromium)
9 years, 1 month ago (2011-10-28 11:09:08 UTC) #3
LGTM, but I really think the stack grows upward.

http://codereview.chromium.org/8403037/diff/1/src/isolate.h
File src/isolate.h (right):

http://codereview.chromium.org/8403037/diff/1/src/isolate.h#newcode1249
src/isolate.h:1249: bool IsAboveFrame(JavaScriptFrame* frame) {
Let's rename this to use "Below", and you can change the comment to say:

Returns true if this save context is below a given JavaScript frame (i.e., at a
higher address).

Powered by Google App Engine
This is Rietveld 408576698