Making Python 3 more attractive
Making Python 3 more attractive
Posted Apr 17, 2015 1:26 UTC (Fri) by samlh (subscriber, #56788)In reply to: Making Python 3 more attractive by samlh
Parent article: Making Python 3 more attractive
My apologies for a possible misstatement above:
PyPy uses a single nursery generation and a tenured generation.
Spidermonkey (Firefox) is has some generational scheme (I'm fairly sure nursery+tenured).
I'm unsure of how V8 and Webkit have their gc structured.
PyPy uses a single nursery generation and a tenured generation.
Spidermonkey (Firefox) is has some generational scheme (I'm fairly sure nursery+tenured).
I'm unsure of how V8 and Webkit have their gc structured.
