Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85d52301a5e35fd84e3b9b37fc5a4b9b6472703c
https://github.com/WebKit/WebKit/commit/85d52301a5e35fd84e3b9b37fc5a4b9b6472703c
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M Source/JavaScriptCore/runtime/StableSort.h
Log Message:
-----------
REGRESSION(310976@main): [build-speed][GCC-13] JSTypedArrayViewPrototype.cpp
is taking 10 minutes to build.
https://bugs.webkit.org/show_bug.cgi?id=313694
Reviewed by Yusuke Suzuki.
After 310976@main, building JSTypedArrayViewPrototype.cpp with GCC 13.3.0
went from 1m16s to ~10 minutes. Not reproducible with GCC 14 or Clang.
Changing mergePowersortRuns from ALWAYS_INLINE to plain inline on GCC <14
restores almost the original build time (1m16s vs 1m43s).
* Source/JavaScriptCore/runtime/StableSort.h:
(JSC::mergePowersortRuns):
Canonical link: https://commits.webkit.org/312349@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications