We lose a LITTLE bit of security, while allowing the compiler to optimize MUCH more. Very simple functions, like most functions in misc/utils.cpp, were being made very big when some of them can just be "jmp thingy" or "and rax, something" and waste much less space. This change makes more sense, I think. |
||
---|---|---|
.. | ||
include | ||
src | ||
Makefile | ||
moon.ld |