Conversation
Overall package sizeSelf size: 1.86 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | p-limit | 3.1.0 | 7.75 kB | 13.78 kB | | node-gyp-build | 3.9.0 | 8.81 kB | 8.81 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
Verdict: it is, ASAN still shows memory leaks if I try to remove live pointer tracking. Good to know. I was worried that we might have a double attempt at a release if a PCP wrapped in a JS object outlives the |
Just testing if live tracking of pointers is still necessary now that we use
Node::ObjectWrapwithPersistentContextPtr.