Releases: blu/elvenrel
Releases · blu/elvenrel
v1.0.15 'actual parité'
v1.0.13 'denis mac-kitty'
- On a quest for smooth bounce-test framerates on macOS with massive terminals: introduce optional de-nice of bounce tests and kitty term emu, when present.
- Refactor macOS timeval test for better timing precision. Also stop treating timeval::tv_usec as long.
v1.0.11 'break it'
- Add
--break
CLI raising a SIGTRAP right before passing control to REL _start. - Discover kitty on macOS -- increase wait times in bounce tests.
v1.0.10
v1.0.9 'more tests to macOS'
Bring macOS tests to near parity with Linux.
v1.0.8
v1.0.7
v1.0.5 'onto macOS'
Add support for macOS -- execute ELF REL under macOS on Apple Silicon! No VMA filtering though.
v1.0.3
v1.0.2
Harden all samples to use far PC-relative HI21/LO12 addressing (+/-4GB; ELF ADR_PREL_PG_HI21/ADD_ABS_LO12_NC
relocations) across all .data/.rodata/.bss sections to avoid any chances for relocation violations. That used to be the case for .bss addresses all along; now it has also been extended to the rest of the sections. Near PC-relative addressing (+/-1MB; ELF ADR_PREL_LO21
relocation) stays for literal pools only.