pierrec / node-eval

Evaluate node require() module content directly
MIT License
93 stars 20 forks source link

Would memory stored by scripts I'm eval-ing show up in heap snapshots? #4

Open Madd0g opened 9 years ago

Madd0g commented 9 years ago

I'm using v8-profiler to dump a memory snapshot, I'm wondering if memory retained by code running in a VM would appear in the snapshot?

Thanks

pierrec commented 9 years ago

Very late replay - sorry. I have no idea :). I would suspect the answer is yes but have no time to test it out. If you did could you share your results?