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

Issue 12338002: Forced inlining of some GC-related methods. (Closed)

Created:
7 years, 10 months ago by Sven Panne
Modified:
7 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Forced inlining of some GC-related methods. The selection of methods were driven by GCC's -Winline plus some benchmarking. On ia32, the additional amount of code is roughly 63kB (= 0.07% of Chrome ;-). BUG=v8:1607 Committed: http://code.google.com/p/v8/source/detail?r=13710

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Sven Panne
7 years, 10 months ago (2013-02-21 13:29:03 UTC) #1
Michael Starzinger
LGTM, if it helps performance and doesn't regress on mobile.
7 years, 10 months ago (2013-02-21 13:58:43 UTC) #2
Sven Panne
7 years, 10 months ago (2013-02-21 14:02:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r13710 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698