On 2013/06/06 13:22:52, loislo wrote:
On 2013/06/05 17:31:35, yurys wrote:
> On 2013/06/05 17:23:10, alph wrote:
> > As discussed offline, made it call GC once per second. Please take a look.
>
> If we want to do this to be done in v8 there should be a way to configure
the
> interval through its public API but I think we could trigger full gc from
the
> devtools front-end instead of hardwiring the interval in v8, wdyt?

I'm not sure that it is good idea. We are pooling v8 from the backend code 20
times per second
and send events about the heap state. It'd be strange to force gc from
frontend
in this scenario.

Then it seems natural to trigger GC from the same place where we poll v8,
doesn't it? My point is that if we implement the functionality in v8 then it
should be configurable through the public API but it seems that it would be more
logical to implement this in Blink.

https://codereview.chromium.org/15825019/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/groups/opt_out.


Reply via email to