I agree, this is getting too complicated. We should have something simple
(modulo the unfortunate hack).

The system should serve two purposes:
1) Perform garbage collection during idle time when we are close to a full new
or old generation.
2) Reduce memory footprint.

1) is easy and very natural.
2) is right now really arbitrary and leads to the mess we are having. Right now we assume that we are always in memory reduction situation which is wrong. We should just be in this mode when it is really needed. Let's find a good signal
for that.

https://codereview.chromium.org/1023153002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to