On Tue, 21 Jan 2025 09:26:55 GMT, Stefan Karlsson wrote:
>> HotSpot uses precompiled headers to speed up non-incremental builds. The
>> current mechanism requires all .cpp files to include precompiled.hpp as the
>> first non-comment line. This requires HotSpot devs to think about
>> precompile
On Tue, 21 Jan 2025 09:26:55 GMT, Stefan Karlsson wrote:
>> HotSpot uses precompiled headers to speed up non-incremental builds. The
>> current mechanism requires all .cpp files to include precompiled.hpp as the
>> first non-comment line. This requires HotSpot devs to think about
>> precompile
> HotSpot uses precompiled headers to speed up non-incremental builds. The
> current mechanism requires all .cpp files to include precompiled.hpp as the
> first non-comment line. This requires HotSpot devs to think about precompiled
> headers when they create new files and when they need to upda