Skip to content

Commit 6629fcb

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 7c9d661 commit 6629fcb

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
@@ -190,7 +190,7 @@ int main() {
190190
191191
# Generic hash map
192192
193-
Because a hash map is a much more complex data structure than a stack, GCC struggles to optimize it perfectly.
193+
Because a hash map is a much more complex data structure than a stack, GCC struggles to optimize it perfectly, even with macros.
194194
195195
Clang manages to completely optimize a macro-based hash map away.
196196

0 commit comments

Comments
 (0)