Files
banan-os/userspace
Bananymous aaade52146 LibC: Use __builtin_thread_pointer for _get_uthread()
This generates much nicer assembly as it does not have to read thread
pointer for every access to TCB (errno, cancel_state, cancelled) and
instead it can read it once and use the same value for all accesses
2026-04-15 17:32:43 +03:00
..
2024-12-25 18:13:57 +02:00
2025-12-15 19:06:17 +02:00