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

Issue 274050: Do not do post GC processing for scavenges.... (Closed)

Created:
11 years, 2 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not do post GC processing for scavenges. Typically there is no or few global handles to delete (only manually deleted, but those might be reused). Committed: http://code.google.com/p/v8/source/detail?r=3083

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -15 lines) Patch
M src/heap.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap.cc View 1 2 chunks +7 lines, -12 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
antonm
That buys us some minor performance improvements
11 years, 2 months ago (2009-10-14 16:19:10 UTC) #1
Christian Plesner Hansen
This is not safe as it is; you need to do some post processing, at ...
11 years, 2 months ago (2009-10-15 08:11:18 UTC) #2
Christian Plesner Hansen
11 years, 2 months ago (2009-10-16 08:01:10 UTC) #3
Lgtm.  I'm not surprised that you didn't see any issues because relocatables
aren't that heavily used.

Powered by Google App Engine
This is Rietveld 408576698