Skip to content

Commit 22f8176

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 71b426d commit 22f8176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ int main() {
192192
193193
# Generic Hash Map
194194
195+
Because a hash map is a much more complex data structure than a stack, GCC struggles to optimize it perfectly.
196+
195197
Clang manages to completely optimize a macro-based hash map away.
196198
197199
GCC doesn't on the other hand, even when passed these extra flags:

0 commit comments

Comments
 (0)