[webkit-changes] [WebKit/WebKit] 1c0aa1: [build] Add IsoMallocInlines.h to WebCore precompi...

Dan Glastonbury noreply at github.com
Tue Jan 24 18:53:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c0aa1d5a0692f44d8dc1e105d7a1d77c311c15f
      https://github.com/WebKit/WebKit/commit/1c0aa1d5a0692f44d8dc1e105d7a1d77c311c15f
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M Source/WebCore/WebCorePrefix.h

  Log Message:
  -----------
  [build] Add IsoMallocInlines.h to WebCore precompiled header
https://bugs.webkit.org/show_bug.cgi?id=250878
rdar://problem/104453981

Reviewed by Alexey Proskuryakov.

ClangBuildAnalyzer reports that IsoMallocInlines.h is an expensive header to
parse. Consider this header as stable and add it to WebCore's precompiled header
so it's parsed once.

* Source/WebCore/WebCorePrefix.h:

Canonical link: https://commits.webkit.org/259330@main




More information about the webkit-changes mailing list