|
|
|
|
|
by wyldfire
2545 days ago
|
|
No, it's very common for them to be written in primarily C. But I'm obligated to mention (as a member of the Rust Evangelism Strike Force) that you don't have to write them in C. ;) Many implementations do have performance-critical parts be target-dependent and implemented in assembly. IIRC glibc has more of this than musl/newlib/bionic, but it's been a while since I last looked. |
|
Then can't you just get the LLVM IR out of it using Clang?