Hacker News new | past | comments | ask | show | jobs | submit login

Do you need to address every byte in your memory? If all your Python objects are at least two words in size, or more, then no, you only need to address every 16 bytes or so. So shift your whole pointer right a bit and you can address more than 4 GB of objects in a 32 bit pointer.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: