From f2f5e7cc033f3f090b1b47dc1644f7a6aa4b53ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 4 Nov 2023 13:20:54 +0100 Subject: [PATCH] tools: update V8 gypfiles for 12.1 Refs: https://github.com/v8/v8/commit/08c87ab24ddf4c9fe401d3200bc4de5d708fc289 --- tools/v8_gypfiles/v8.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index e9bc7bcdf5e..70f38e853a5 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -389,6 +389,7 @@ 'variables': { 'mksnapshot_flags': [ '--turbo_instruction_scheduling', + '--stress-turbo-late-spilling', # In cross builds, the snapshot may be generated for both the host and # target toolchains. The same host binary is used to generate both, so # mksnapshot needs to know which target OS to use at runtime. It's weird,