Skip to content

Commit

Permalink
build: disable v8 builtins pgo (#38281)
Browse files Browse the repository at this point in the history
* build: disable v8 builtins pgo (#38252)

* Revert "build: revert builtins PGO logging file changes (#38235)"

This reverts commit a0e6ca8.

---------

Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
  • Loading branch information
dsanders11 and VerteDinde committed May 24, 2023
1 parent 8ce23c4 commit 1e13475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 72 deletions.
3 changes: 3 additions & 0 deletions build/args/all.gn
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ use_perfetto_client_library = false

# Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4402277
enable_check_raw_ptr_fields = false

# Disables the builtins PGO for V8
v8_builtins_profiling_log_file = ""
1 change: 0 additions & 1 deletion patches/v8/.patches
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ fix_build_deprecated_attribute_for_older_msvc_versions.patch
fix_disable_implies_dcheck_for_node_stream_array_buffers.patch
force_cppheapcreateparams_to_be_noncopyable.patch
chore_allow_customizing_microtask_policy_per_context.patch
build_revert_builtins_pgo.patch
71 changes: 0 additions & 71 deletions patches/v8/build_revert_builtins_pgo.patch

This file was deleted.

0 comments on commit 1e13475

Please sign in to comment.