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

Issue 11141023: Switch code flushing to use different JSFunction field. (Closed)

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

Description

Switch code flushing to use different JSFunction field. This is another preparation for incremental code flushing. Instead of linking candidates using the code entry field, we use the next pointer that is also used to link optimized functions together. Since we only support flushing of unoptimized code, this field can be shared. R=ulan@chromium.org BUG=v8:1609 Committed: https://code.google.com/p/v8/source/detail?r=12734

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -18 lines) Patch
M src/mark-compact.h View 3 chunks +13 lines, -14 lines 0 comments Download
M src/mark-compact.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/runtime.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 2 months ago (2012-10-15 11:32:48 UTC) #1
ulan
8 years, 2 months ago (2012-10-15 12:11:30 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698