1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/lib
Loic Nageleisen 8bd860bde9
Update to use libv8-node 16.x (#210)
* Update to use libv8-node 16.3.0

Based on V8 9.0, his is the new LTS, node 15 now being unsupported. It
notably introduces single threaded mode.

Requiring c++14 is apparently the only change needed for this major. A
separate PR will add a more helpful install time check for compiler
requirements.

* Disable pointer compression

Node 16.4.0 introduced new cage flags for the experimental pointer
compression stuff. Unfortunately something fails and none of them are
set which causes the build to bail out because of the inconsistency.

* Update to use libv8-node 16.10.0
2021-10-31 22:01:08 +11:00
..
mini_racer Update to use libv8-node 16.x (#210) 2021-10-31 22:01:08 +11:00
mini_racer.rb FEATURE: Configurable max marshal stack depth (#202) 2021-05-13 16:08:22 +10:00