rogchap / v8go

Execute JavaScript from Go
https://rogchap.com/v8go
BSD 3-Clause "New" or "Revised" License
3.22k stars 221 forks source link

Use profiles to track object allocation and release. #391

Open ajaysusarla opened 1 year ago

ajaysusarla commented 1 year ago

Use profiles to track allocation and release of objects within go, based on build tags.

ajaysusarla commented 1 year ago

I've created an issue to track this work: https://github.com/rogchap/v8go/issues/392