Conversation

🤔 an I wonder: would the LLVM libc be written in C++? Also, what would you call it? llibc? Logical next step is to have an LLVM kernel. What would you call that kernel? It would certainly be low-level, and would handle virtual machines (as well as virtual memory).
Quote Tweet
Is it time for an LLVM libc? The Google LLVM team are collecting feedback lists.llvm.org/pipermail/llvm
11
31
Replying to
There could be so many more interesting LLVM projects to solve problems with existing platforms! - LLDE - the LLVM Desktop Environment - ALLSA - the Advanced LLVM Sound Architecture
2
20
Bionic is very specific to Android. It doesn't implement functionality not used on the platform like a POSIX user/group database, non-PIE executables and many other things. It's built on things specific to the platform too (DNS resolution via netd, system properties, API level).
1