On Mon, Dec 30, 2019 at 10:06 AM Dominik Inführ <[email protected]> wrote: > > I suppose this is because pointer compression was recently enabled by > default. So either you disable pointer compression when compiling V8 > (v8_enable_pointer_compression = false in your args.gn) or you need to > compile your example program with -DV8_COMPRESS_POINTERS. This fixed the > issue for me at least. Hope that helps!
By the way it looks like the same problem is reported on: https://bugs.chromium.org/p/v8/issues/detail?id=10041 -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CABFfbXtg2-YGiqTbqsXX5QCPo0hX9qS7oKmbufoo0u28WQsLEA%40mail.gmail.com.
