DescriptionInclude only stuff you need, part 3: includes in isolate.h.
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/5368cf9d992187bc9f46fc0d75318df6c2b6e62c
Cr-Commit-Position: refs/heads/master@{#38740}
Patch Set 1 #
Messages
Total messages: 14 (8 generated)
|