Files
banan-os/userspace/libraries
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
..
2025-08-07 02:50:24 +03:00
2025-10-28 05:50:19 +02:00