File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 260
260
# Allow for JS promise hooks (instead of just C++).
261
261
'v8_enable_javascript_promise_hooks%' : 0 ,
262
262
263
+ # Allow for JS promise hooks (instead of just C++).
264
+ 'v8_enable_continuation_preserved_embedder_data%' : 1 ,
265
+
263
266
# Enable allocation folding globally (sets -dV8_ALLOCATION_FOLDING).
264
267
# When it's disabled, the --turbo-allocation-folding runtime flag will be ignored.
265
268
'v8_enable_allocation_folding%' : 1 ,
501
504
['v8_enable_javascript_promise_hooks==1' , {
502
505
'defines' : ['V8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' ,],
503
506
}],
507
+ ['v8_enable_continuation_preserved_embedder_data==1' , {
508
+ 'defines' : ['V8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' ,],
509
+ }],
504
510
['v8_enable_allocation_folding==1' , {
505
511
'defines' : ['V8_ALLOCATION_FOLDING' ,],
506
512
}],
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