Thank you! There are any way to see real memory consumption? Because i saw with memory profiler in chrome - it is 28 bites diference, it looks like more than one integer variable.
Четвер, 27 березня 2014 р. 12:18:14 UTC+4 користувач Sven Panne написав: > > On Wed, Mar 26, 2014 at 3:33 PM, Artem Batogovsky > <[email protected]<javascript:> > > wrote: > >> Okay, may be it is too hard to calculate each bite. But situation that i >> explain in file was not explained at all. >> >> It will be great if you will say what exactly differ one class from >> another (ClassA and ClassB). >> > > Short answer: Functions are stateful objects in JavaScript, and each > instance of the inner function in ClassA has to remember its own "inc". > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
