Hacker News new | past | comments | ask | show | jobs | submit login

Yes but also do note that WebKit is probably among the most NIH codebase on the platform.



Those reasons are largely that the things that are perf critical for a browser engine don't match anything that normal apps do. That's the same reason gecko also isn't using the system allocator, as we see here.

You really don't want the rest of the OS making the performance trade offs people expect from browser engines these days.



Yes. Blink and WebKit, and I suspect a bunch of other - correct - software uses os_unfair_lock. Because os_unfair_lock is public, documented, and stable API.

The function this article is talking about is not API, it is part of the OS internals, presumably used to implement the standard API functions.


I fully agree but also want to emphasize that the people who work on this at WebKit also enjoy making their own stuff.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: