◐ Shell
clean mode source ↗

Message 217793 - Python tracker

> Without the patch, 1 << (2**29) allocates 69.9 MB. With the patch, 1 << (2**29) allocates 0.1 MB (104 KB).

This is still true with long_lshift2.patch (except that in my new test, it allocates 196 kB).