Performance improvements in libffi (opens in new tab)
libffi re-derives the same argument layout on every call. A new API lets a caller build that layout once and reuse it, several times faster, with no writable-executable memory.
Read the original article