denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.08k stars 299 forks source link

fix: Re-enable pointer compression #1473

Closed mmastrac closed 1 month ago

mmastrac commented 2 months ago

Re-land pointer compression now that @wingo's external pointer table GC changeset has landed.

Reverts https://github.com/denoland/rusty_v8/pull/1302 / https://github.com/denoland/rusty_v8/pull/1214