denoland / deno_core

The core engine at the heart of Deno
MIT License
233 stars 76 forks source link

`UnboundScript` - `create_code_cache()` leaks memory #779

Open dsherret opened 1 month ago

dsherret commented 1 month ago

Run and close a worker in a loop and you'll see this happening.

image

image

https://github.com/v8/v8/blob/cbc1b57b90ba1db080f0a045adcefce04c1f21e5/src/snapshot/code-serializer.cc#L669