Files
ladybird/Libraries/LibC
Andreas Kling c84b8e597a LibC: Cache the result of gettid() to avoid syscalls
We now use minherit(MAP_INHERIT_ZERO) to create a gettid() cache that
is automatically invalidated on fork(). This is needed since the TID
will be different in a forked child, and so we can't have a stale
cached TID lying around.

This is a gigantic speedup for LibJS (and everyone else too) :^)
2020-04-12 20:24:34 +02:00
..
2020-02-20 06:57:47 +01:00
2020-04-06 11:09:01 +02:00
2020-02-16 10:47:54 +01:00
2020-02-16 10:47:54 +01:00
2020-02-19 16:08:28 +01:00
2020-04-10 13:09:35 +02:00
2020-01-18 09:45:54 +01:00
2020-02-02 10:58:45 +01:00
2020-02-22 21:36:54 +01:00
2020-02-22 21:36:54 +01:00
2020-04-06 11:44:13 +02:00