Permalink
Please
sign in to comment.
Browse files
build,win,v8: allow precompiling objects-inl.h
This makes compiling v8_base much faster on Windows. Sharding is disabled because the header would have to be precompiled for each shard but is only once. The library is much smaller, so sharding is unnecessary. This is enabled by default, but disabled for CI and releases. PR-URL: #21772 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
- Loading branch information...
Showing
with
33 additions
and 6 deletions.
- +1 −0 common.gypi
- +10 −0 configure
- +14 −4 deps/v8/gypfiles/v8.gyp
- +1 −0 tools/msvs/pch/pch_v8_base.cc
- +1 −0 tools/msvs/pch/pch_v8_base.h
- +6 −2 vcbuild.bat
| @@ -0,0 +1 @@ | |||
| #include "tools/msvs/pch/pch_v8_base.h" | |||
| @@ -0,0 +1 @@ | |||
| #include "src/objects-inl.h" | |||
0 comments on commit
e0f3d57