Comment #4 on issue 268 by [email protected]: Valgrind reports leaks  
in code generator
http://code.google.com/p/v8/issues/detail?id=268

Partial fix in bleeding_e...@1486.

$ valgrind --leak-check=full ./shell_g -e ""
[...snip...]
==32399== LEAK SUMMARY:
==32399==    definitely lost: 0 bytes in 0 blocks.
==32399==      possibly lost: 0 bytes in 0 blocks.
==32399==    still reachable: 97,324 bytes in 21 blocks.
==32399==         suppressed: 0 bytes in 0 blocks.

$ valgrind --leak-check=full --smc-check=all ./shell_g
../v8/test/mjsunit/{mjsunit,bugs/bug-900066}.js

==32532== LEAK SUMMARY:
==32532==    definitely lost: 0 bytes in 0 blocks.
==32532==      possibly lost: 0 bytes in 0 blocks.
==32532==    still reachable: 97,344 bytes in 22 blocks.
==32532==         suppressed: 0 bytes in 0 blocks.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to