1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

reflect deno2 being merged into root already

This commit is contained in:
Mike Reinstein 2018-06-24 10:53:59 -07:00 committed by Ryan Dahl
parent a2064ca89c
commit 7bbf7943ae

View file

@ -7,8 +7,7 @@ API and Feature requests should be submitted as PRs to this document.
ETA: July 2018.
Go is a garbage collected language and we are worried that combining it with
V8's GC will lead to difficult contention problems down the road. This work
is being done in the deno2 sub-directory.
V8's GC will lead to difficult contention problems down the road.
The V8Worker2 binding/concept is being ported to a new C++ library called
libdeno. libdeno will include the entire JS runtime as a V8 snapshot. It still