[pypy-dev] continulet stacks on the heap and other schemes for io/threading

Maciej Fijalkowski fijall at gmail.com
Tue Feb 26 16:08:14 CET 2013


On Tue, Feb 26, 2013 at 4:29 PM, Ronny Pfannschmidt
<Ronny.Pfannschmidt at gmx.de> wrote:
> Hi,
>
> over the last few weeks few ideas
> have been brooding in the back of my head,
> in particular after seeing how rust creates its stacks and handles io.
>
> The basis is allocating all stacks as non-movable structures on the heap.

This is essentially done on jitframe-on-heap (as the name suggests) for the JIT.


More information about the pypy-dev mailing list