8 ms·
For language runtimes that don't normally have to deal with C baggage having to drag libc into your address space and going through libc code for syscalls makes
by throw2022110401 3y ago
For language runtimes that don't normally have to deal with C baggage having to drag libc into your address space and going through libc code for syscalls makes this a less secure platform.
- eikenberry 3y ago+1.. Why not create a standard/stable syscall interface instead of pushing an anachronistic libc interface.