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

Issue 25704002: Correctly handlify CopyContextLocalsToScopeObject. (Closed)

Created:
7 years, 2 months ago by Yang
Modified:
7 years, 2 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Correctly handlify CopyContextLocalsToScopeObject. Handlified functions that expect allocation must be static, i.e. not allow to use 'this', since 'this' is not relocated by potential GC. R=ulan@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=17068

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -18 lines) Patch
M src/objects.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/scopeinfo.cc View 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 2 months ago (2013-10-02 09:59:04 UTC) #1
ulan
lgtm
7 years, 2 months ago (2013-10-02 10:02:28 UTC) #2
Yang
7 years, 2 months ago (2013-10-02 10:52:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17068 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698