Skip to content

Commit fc63537

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent bf83a35 commit fc63537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ GCC still keeps the `calloc()` and `free()` calls around:
216216

217217
But GCC manages to optimize them away when the `printf("All tests passed.\n");` at the end of `main()` is removed, for some unknown reason.
218218

219-
Clang on the other hand manages to completely optimize the below macro-based hash map away, which isn't surprising, given that Clang generally produces more optimized Assembly than GCC.
219+
Clang on the other hand manages to completely optimize the below macro-based hash map away, which isn't surprising, given that Clang generally generates more optimized Assembly than GCC.
220220

221221
Copy of the code on [Compiler Explorer](https://godbolt.org/z/eecK3rK7z):
222222

0 commit comments

Comments
 (0)