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

Issue 10697094: Add a second kind of HandleScope that ties the lifetime of Handles created in its scope to the life… (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add a second kind of HandleScope that ties the lifetime of Handles created in its scope to the lifetime of a given CompilationInfo. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11998

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -5 lines) Patch
M src/api.h View 6 chunks +35 lines, -1 line 0 comments Download
M src/api.cc View 3 chunks +94 lines, -1 line 0 comments Download
M src/compiler.h View 4 chunks +26 lines, -0 lines 0 comments Download
M src/compiler.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M src/handles.h View 2 chunks +30 lines, -0 lines 0 comments Download
M src/handles.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-06 09:27:17 UTC) #1
Michael Starzinger
8 years, 5 months ago (2012-07-06 09:29:19 UTC) #2
LGTM (rubber-stamped, since it just relands a previous CL).

Powered by Google App Engine
This is Rietveld 408576698