File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3838
3939 # Reset this number to 0 on major V8 upgrades.
4040 # Increment by one for each non-official patch applied to deps/v8.
41- 'v8_embedder_string' : '-node.1 ' ,
41+ 'v8_embedder_string' : '-node.2 ' ,
4242
4343 ##### V8 defaults for Node.js #####
4444
Original file line number Diff line number Diff line change @@ -605,11 +605,15 @@ path. Add it with -I<path> to the command line
605605// functions.
606606// Use like:
607607// V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
608+ #if V8_OS_WIN
609+ # define V8_PRESERVE_MOST
610+ #else
608611#if V8_HAS_ATTRIBUTE_PRESERVE_MOST
609612# define V8_PRESERVE_MOST __attribute__ ((preserve_most))
610613#else
611614# define V8_PRESERVE_MOST /* NOT SUPPORTED */
612615#endif
616+ #endif
613617
614618
615619// A macro (V8_DEPRECATED) to mark classes or functions as deprecated.
You can’t perform that action at this time.
0 commit comments