Greetings! Our project is a V8 embedding library for .NET on Windows. We have a test that spins up a context, runs SunSpider, and destroys the isolate. We run it in a loop to check for memory leaks.
This test showed a dramatic leak with V8 8.0 that wasn't there with 7.9. Our tools found nothing suspicious in the managed and native heaps, but the process's private memory size kept increasing. Based on some quick research and a little guesswork, we rebuilt with v8_enable_pointer_compression and v8_enable_31bit_smis_on_64bit_arch both set to false. To our surprise this completely eliminated the leak! We'd like to report this issue to the V8 team, but we have no simple native repro code. Can someone suggest a way to gather some useful diagnostics? Thanks! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/0045ab4d-6dea-4986-8a6e-f85751b9b99e%40googlegroups.com.