Comment by kzrdude
3 years ago
for both Rust and C, these features "just" make something you could otherwise do with the build system and generated code easier, I think.
3 years ago
for both Rust and C, these features "just" make something you could otherwise do with the build system and generated code easier, I think.
As the article quotes, in C the lack of standardisation makes this tricky when you want to support more than one compiler, or even when you want to support just one compiler (cf email about the hacks to make it work on GCC with PIE).