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

Issue 585009: Eliminate unnecessary depencencies in some header files.... (Closed)

Created:
10 years, 10 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Eliminate unnecessary depencencies in some header files. 1. Eliminate unnecessary include of register-allocator-inl.h in frame-element.h. 2. Move functions register-allocator.h to the -inl.h file if they use other inline functions. 3. Add missing includes that resulted from the above changes. Committed: http://code.google.com/p/v8/source/detail?r=3816

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -15 lines) Patch
M src/compiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/frame-element.h View 1 chunk +1 line, -1 line 0 comments Download
M src/register-allocator.h View 2 chunks +6 lines, -14 lines 0 comments Download
M src/register-allocator-inl.h View 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years, 10 months ago (2010-02-08 14:21:31 UTC) #1
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-08 14:31:36 UTC) #2
STV.

Powered by Google App Engine
This is Rietveld 408576698