Viewing profile — leiradel
leiradel
HN member- Joined
- Wed, Jan 09, 2019, 11:28 AM UTC
- HN karma
- 53
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About leiradel
Generalist programmer working in the game industry. I blog at https://leiradel.github.io/
Recent public activity
-
comment
Comment #39944231
I was a new hire at a game development company. My first task was to optimize a function that was consuming more cycles than all the other ones. The function was responsible for di…
- story
- story
-
comment
Comment #18872787
This is exactly what the linker script does: https://github.com/LdB-ECM/Raspberry-Pi/blob/master/Multicor... The resulting binary is loaded as a whole to RAM, there are no intermed…
-
comment
Comment #18872720
The .data section contents are already in place when the kernel.bin file is loaded by the GPU. This is made by the linker script.
- story