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

Issue 42067: Fix issue 268 by explicitly calling Unuse (to deallocate all contained... (Closed)

Created:
11 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fix issue 268 by explicitly calling Unuse (to deallocate all contained virtual frames) on zone-allocated jump targets. These include jump targets in AST nodes and the entry and exit targets of deferred code. See http://code.google.com/p/v8/issues/detail?id=268 Committed: http://code.google.com/p/v8/source/detail?r=1486

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -30 lines) Patch
M src/codegen.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/codegen.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/codegen-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 1 5 chunks +11 lines, -1 line 0 comments Download
M src/codegen-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 1 2 6 chunks +42 lines, -29 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-11 09:31:29 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698