Hacker News new | ask | show | jobs
by cwzwarich 4502 days ago
They get a speedup from eliminating the indirection used for calls across dylibs. From the sound of it they're also eliminating position-independent code, which itself can be a reasonable speedup, especially on 32-bit x86.