DescriptionInclude only stuff you need, part 2: ast.h, ast-value-factory.h in ports.
Rebuilding (after touching certain files) is crazy slow because
includes are out of control.
Fixing it:
- Don't include stuff in headers unless necessary.
- Include the stuff you need, not some other stuff that happens to include the
stuff you need.
BUG=v8:5294
Committed: https://crrev.com/038be51756b3352460383dbf542fef333d4c45c3
Cr-Commit-Position: refs/heads/master@{#38770}
Patch Set 1 #
Messages
Total messages: 17 (8 generated)
|