Operating Systems and Linking - Whiley/WhileyCompiler GitHub Wiki
Resources
General
Vectorization
Vectorized register parameters in function calls:
https://software.intel.com/en-us/articles/vectorcall-and-regcall-demystified https://msdn.microsoft.com/en-us/library/dn375768.aspx http://lists.llvm.org/pipermail/llvm-dev/2016-November/107679.html
Apple
Mach-O object-file format
Linux
ELF object-file format
Microsoft
(to be continued…)