Skip to content

Commit 46a2c0b

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 5014988 commit 46a2c0b

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
@@ -192,7 +192,7 @@ int main() {
192192
193193
# Generic Hash Map
194194
195-
Although Clang manages to completely optimize the hash map away, GCC doesn't, even when passed these extra flags:
195+
Although Clang manages to completely optimize the macro-based hash map away, GCC doesn't, even when passed these extra flags:
196196
- `-finline-limit=999999`
197197
- `--param max-inline-insns-single=999999`
198198
- `--param max-inline-insns-auto=999999`

0 commit comments

Comments
 (0)