mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* build: enable V8 builtins PGO Removes the gn arg that disabled V8 builtins profile-guided optimization and adds a V8 patch to warn instead of abort when the builtin PGO profile data does not match. Also strips the PGO-related flags from the generated mksnapshot_args so they are not passed through to downstream mksnapshot invocations. Co-authored-by: Sam Attard <sattard@anthropic.com> * docs: clarify Node.js async_hooks as reason for promise_hooks flag Addresses review feedback: the v8_enable_javascript_promise_hooks flag is set to support Node.js async_hooks, not used directly by Electron. Co-authored-by: Sam Attard <sattard@anthropic.com> * chore: update patches --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Sam Attard <sattard@anthropic.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>