Hacker News new | ask | show | jobs
by namibj 2803 days ago
I still think one could use a stackless clone(2) to get rid of the TLB flush when using threaded open(2). It would need to live without using the stack inside the clone however, and that's rather ugly to program.