File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 260260 # Allow for JS promise hooks (instead of just C++).
261261 'v8_enable_javascript_promise_hooks%' : 0 ,
262262
263+ # Allow for JS promise hooks (instead of just C++).
264+ 'v8_enable_continuation_preserved_embedder_data%' : 1 ,
265+
263266 # Enable allocation folding globally (sets -dV8_ALLOCATION_FOLDING).
264267 # When it's disabled, the --turbo-allocation-folding runtime flag will be ignored.
265268 'v8_enable_allocation_folding%' : 1 ,
501504 ['v8_enable_javascript_promise_hooks==1' , {
502505 'defines' : ['V8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' ,],
503506 }],
507+ ['v8_enable_continuation_preserved_embedder_data==1' , {
508+ 'defines' : ['V8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' ,],
509+ }],
504510 ['v8_enable_allocation_folding==1' , {
505511 'defines' : ['V8_ALLOCATION_FOLDING' ,],
506512 }],
Original file line number Diff line number Diff line change 389389 'variables' : {
390390 'mksnapshot_flags' : [
391391 '--turbo_instruction_scheduling' ,
392+ '--stress-turbo-late-spilling' ,
392393 # In cross builds, the snapshot may be generated for both the host and
393394 # target toolchains. The same host binary is used to generate both, so
394395 # mksnapshot needs to know which target OS to use at runtime. It's weird,
You can’t perform that action at this time.
0 commit comments