|
You are here |
chao-tic.github.io | ||
| | | | |
wiki.osdev.org
|
|
| | | | | [AI summary] A step-by-step tutorial from the OSDev Wiki explains how to parse and implement an ELF file loader for the i386 architecture using C code. | |
| | | | |
maskray.me
|
|
| | | | | This article describes target-specific details about AArch64 in ELF linkers. AArch64 is the 64-bit execution state for the Arm architecture. The AArch64 execution state runs the A64 instruction set. T | |
| | | | |
blog.stephenmarz.com
|
|
| | | | | ||
| | | | |
alexandrnikitin.github.io
|
|
| | | Hoisting is a compiler optimization that moves loop-invariant code out of the loop. The post reveals hoisting in .NET and explains what code will be optimized and why. | ||