diff options
author | Michaƫl Zasso <targos@protonmail.com> | 2023-04-17 08:55:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 06:55:34 +0000 |
commit | b8c7a1ecf8f1e9773d587f9a49b47b31e5ff11ee (patch) | |
tree | 7a13c0557bfe7cbfd47c6b4b02ab134094ff1266 /deps/v8/infra/mb/mb_config.pyl | |
parent | ae8df42a51bd15586bffe92d6311b2710146f3c3 (diff) | |
download | node-new-b8c7a1ecf8f1e9773d587f9a49b47b31e5ff11ee.tar.gz |
deps: patch V8 to 11.3.244.8
Refs: https://github.com/v8/v8/compare/11.3.244.4...11.3.244.8
PR-URL: https://github.com/nodejs/node/pull/47536
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'deps/v8/infra/mb/mb_config.pyl')
-rw-r--r-- | deps/v8/infra/mb/mb_config.pyl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/infra/mb/mb_config.pyl b/deps/v8/infra/mb/mb_config.pyl index 741ae615cb..41e5ed0419 100644 --- a/deps/v8/infra/mb/mb_config.pyl +++ b/deps/v8/infra/mb/mb_config.pyl @@ -55,6 +55,8 @@ # PGO 'V8 Linux PGO instrumentation - builder' : 'builtins_profiling_x86', 'V8 Linux64 PGO instrumentation - builder' : 'builtins_profiling_x64', + 'V8 Win32 PGO instrumentation - builder' : 'builtins_profiling_x86', + 'V8 Win64 PGO instrumentation - builder' : 'builtins_profiling_x64', # Linux. 'V8 Linux - builder': 'release_x86_gcmole', |