Skip to content

Commit 1a05d3d

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ Embedded systems with tight runtime constraints, and zero-cost abstraction C lib
2626

2727
# Generic stack
2828

29-
In this program I use `malloc()` and `free()` in order to demonstrate that they can be optimized away too.
30-
31-
I added a `main()` function to the program to prove that it doesn't crash on any `assert()` calls at runtime.
29+
I added a `main()` function to this program, to prove that it doesn't crash on any `assert()` calls at runtime.
3230

3331
It's important to note that `fn_version()` and `macro_version()` get optimized just as hard, even when you remove the `main()`.
3432

0 commit comments

Comments
 (0)