Conversation
Notices
-
Embed this notice
who wants to write efficient c
who wants to read the compiler code
-
Embed this notice
@menherahair I love writing efficient GNU C and looking at the GCC output.
-
Embed this notice
"I like c because I can picture what the assembly code will look like" - some retard
-
Embed this notice
@Yoruka @menherahair For the most part you can't, as GCC's optimizer is much better.
The fastest code is written in GNU C, with some hand-tweaked assembly for hot spots (for stuff like video codecs, with lots of work, SIMD instructions can be carefully measured and tweaked and pushed to the limit until a function that is faster than what I compiler can produce results).
-
Embed this notice
@menherahair "I wanna become a pro assembly programmer and write more efficient code then the gnu compiler collection can compile"