Explore >> Select a destination


You are here

etherealwake.com
| | maskray.me
2.7 parsecs away

Travel
| | Updated in 2023-03. In C++, dynamic initializations for non-local variables happen before the first statement of the main function. All (most?) implementations just ensure such dynamic initializations
| | shrik3.com
3.5 parsecs away

Travel
| | [AI summary] The user provided a detailed explanation of dynamic linking in the context of ELF binaries, covering topics such as the ELF format, symbol resolution, the dynamic linker, and various tools and functions involved in the process. They also mentioned other resources for further reading and included some additional content about the a.out format and other programming concepts. The user's message seems to be a comprehensive overview of dynamic linking and related topics, possibly for educational or reference purposes.
| | www.catch22.net
4.0 parsecs away

Travel
| | There are so many large and bloated applications around today that most people just assume that this is normal and quite willingly put up with poor performance and having to buy larger harddrives. In this tutorial I will present all of the techniques I know (and use) to reduce the size of executables.
| | surma.dev
22.3 parsecs away

Travel
| What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.