File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Libv8
44end
55
66module Libv8 ::Node
7- VERSION = '24.1 .0.0'
8- NODE_VERSION = '24.1 .0'
9- LIBV8_VERSION = '13.6.233.10 ' # from src/node-.../deps/v8/include/v8-version.h
7+ VERSION = '24.12 .0.0'
8+ NODE_VERSION = '24.12 .0'
9+ LIBV8_VERSION = '13.6.233.17 ' # from src/node-.../deps/v8/include/v8-version.h
1010end
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ index 6e21dac6d7..bcf022fb28 100644
66 }, {
77 'v8_enable_etw_stack_walking': 0,
88 }],
9- - ['OS=="linux"', {
9+ - ['OS=="linux" or OS=="openharmony" ', {
1010+ # Disable madvise(MADV_DONTFORK), it's a great optimization for programs
1111+ # that fork & exec but not for programs that fork and keep running.
1212+ # It makes mini_racer's test/test_forking.rb test segfault.
13- + ['False and OS=="linux"', {
13+ + ['False and ( OS=="linux" or OS=="openharmony") ', {
1414 # Sets -dV8_ENABLE_PRIVATE_MAPPING_FORK_OPTIMIZATION.
1515 #
16- # This flag speeds up the performance of fork/execve on Linux systems for
16+ # This flag speeds up the performance of fork/execve on Linux systems for
Original file line number Diff line number Diff line change 1+ ad24a1f29e55c9539228f2c51a032da279188b681c4dc019cced7f82a0fcdd8d
You can’t perform that action at this time.
0 commit comments