Message216443
> In Python 3, arenas are allocated using mmap(), so wherever the arena ends up in the address space shouldn't matter, should it?
Indeed, although the effect on cache locality isn't clear.
Also, I don't think this solves the problem of having a single object
allocated inside a high address arena preventing the heap from
shrinking (which was the original reason for having the arenas
allocated by mmap).
Anyway, we can only go that far with reference counting (I mean that
you'd need a proper moving garbage collector for this). |
|
Date |
User |
Action |
Args |
2014-04-16 07:03:37 | neologix | set | recipients:
+ neologix, tim.peters, pitrou, kristjan.jonsson, vstinner, larry |
2014-04-16 07:03:37 | neologix | link | issue21220 messages |
2014-04-16 07:03:37 | neologix | create | |
|