Viewing profile — leoetlino
leoetlino
HN member- Joined
- Mon, May 24, 2021, 11:58 AM UTC
- HN karma
- 21
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About leoetlino
No profile information was provided.
Recent public activity
-
comment
Comment #33799963
FWIW Nintendo's Horizon OS is also built from scratch (and isn't Unix at all), and has also shipped on a massive amount of units (over 110M as of 2022). (and it happens to have a l…
-
comment
Comment #33582222
Tried -fno-builtin-malloc on a hunch and it does seem to prevent the zero-initialisation logic from getting optimised away: https://godbolt.org/z/xWbEqcenn musl probably uses -fno-…
-
comment
Comment #27263354
Rosetta is faster than native in that case because the AArch64 JIT has to fall back to the interpreter for memchecks (unlike the x86-64 JIT).