File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 270
270
# Allow for JS promise hooks (instead of just C++).
271
271
'v8_enable_javascript_promise_hooks%' : 0 ,
272
272
273
+ # Allow for JS promise hooks (instead of just C++).
274
+ 'v8_enable_continuation_preserved_embedder_data%' : 1 ,
275
+
273
276
# Enable allocation folding globally (sets -dV8_ALLOCATION_FOLDING).
274
277
# When it's disabled, the --turbo-allocation-folding runtime flag will be ignored.
275
278
'v8_enable_allocation_folding%' : 1 ,
522
525
['v8_enable_javascript_promise_hooks==1' , {
523
526
'defines' : ['V8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' ,],
524
527
}],
528
+ ['v8_enable_continuation_preserved_embedder_data==1' , {
529
+ 'defines' : ['V8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' ,],
530
+ }],
525
531
['v8_enable_allocation_folding==1' , {
526
532
'defines' : ['V8_ALLOCATION_FOLDING' ,],
527
533
}],
Original file line number Diff line number Diff line change 389
389
'variables' : {
390
390
'mksnapshot_flags' : [
391
391
'--turbo_instruction_scheduling' ,
392
+ '--stress-turbo-late-spilling' ,
392
393
# In cross builds, the snapshot may be generated for both the host and
393
394
# target toolchains. The same host binary is used to generate both, so
394
395
# 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