Reviewers: Yang,

Description:
Separate UnicodeCache out into an own file.

This make inclusion of unicode-inl.h in object.h absolete. Now most
compilation units don't require that header. It also breaks a cycle
within declarations of the scanner.h header.

This tries to remove includes of "-inl.h" headers from normal ".h"
headers, thereby reducing the chance of any cyclic dependencies and
decreasing the average size of our compilation units.

Note that this change still leaves 3 violations of that rule in the
code, checked with the "tools/check-inline-includes.sh" tool.

[email protected]

Please review this at https://codereview.chromium.org/1287893006/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+130, -58 lines):
  M BUILD.gn
  M src/conversions-inl.h
  M src/dateparser.h
  M src/dateparser-inl.h
  M src/objects.h
  M src/runtime/runtime.h
  M src/scanner.h
  A src/unicode-cache.h
  A src/unicode-cache-inl.h
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to