+v8-users <v8-users@googlegroups.com>

On Mon, Dec 19, 2022 at 3:12 PM Michael Lippautz <mlippa...@chromium.org>
wrote:

> Hi all,
>
> v8::EmbedderHeapTracer
> <https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-embedder-heap.h;l=77?q=EmbedderHeapTracer&ss=chromium>
> has been deprecated on V8's API for some time now. All our investment in
> managed C++ at this point is in Oilpan
> <https://v8.dev/blog/oilpan-library> and future integrations with new V8
> features. EmbedderHeapTracer already requires special handling for most
> parts in the GC and our test coverage is limited to our unit tests.
>
> Going forward we will only support v8::TracedReference
> <https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-traced-handle.h;l=193?q=v8::TracedReference&ss=chromium>
>  in
> combination with v8::CppHeap
> <https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-cppgc.h;l=103?q=v8::CppHeap&ss=chromium>.
> We plan to remove EmbedderHeapTracer in V8 11.1 (Chromium M111) which you
> can follow on the tracking bug
> <https://bugs.chromium.org/p/v8/issues/detail?id=13207>.
>
> This does not change any of the existing APIs around Local, Global,
> Persistent and alike.
>
> Cheers, Michael
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAH%2BmL5A6wKN%3DGj3LoMJ5Dj%3Da8zcfHtq49byr3kiJUH-h-AeKAQ%40mail.gmail.com.

Reply via email to