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

Issue 199021: Changed saved context stack to using direct pointers. Before we would... (Closed)

Created:
11 years, 3 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Changed saved context stack to using direct pointers. Before we would create a new persistent handle to hold the context to save when entering another context, now we use a stack of direct pointers that the gc knows about. Committed: http://code.google.com/p/v8/source/detail?r=2820

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -36 lines) Patch
M src/api.h View 3 chunks +6 lines, -8 lines 0 comments Download
M src/api.cc View 1 3 chunks +16 lines, -18 lines 0 comments Download
M src/list.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/serialize.cc View 2 chunks +18 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Christian Plesner Hansen
11 years, 3 months ago (2009-09-04 07:27:36 UTC) #1
Mads Ager (chromium)
11 years, 3 months ago (2009-09-04 07:31:03 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698