Shrinking the kernel with a hammer
Shrinking the kernel with a hammer
Posted Mar 11, 2018 17:10 UTC (Sun) by mathstuf (subscriber, #69389)In reply to: Shrinking the kernel with a hammer by fratti
Parent article: Shrinking the kernel with a hammer
> no stable C++ ABI
There isn't in the ISO standard sense, but there are de facto ABIs. GCC and MSVC have declared their ABIs long ago and stick to them. The Rust compiler does not commit to any given ABI between two releases. I suspect there may be one eventually, but it's not in the same area as C++.
