Why did GCC turn a for loop to clear an array into a memset?
For a project to learn C, I decided for fun to put the code in Compiler Explorer and compare the assembly output with the C code. Here’s a minimal example of some code
For a project to learn C, I decided for fun to put the code in Compiler Explorer and compare the assembly output with the C code. Here’s a minimal example of some code