We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a38ad commit 0932ad6Copy full SHA for 0932ad6
src/overview.md
@@ -177,7 +177,7 @@ satisfy/optimize for. For example,
177
of space on the user's system...
178
- Compiler memory usage: while compiling a program, we don't want to use more
179
memory than we need.
180
-- Program speed: how fast is your compiled program. More/better compile-time
+- Program speed: how fast is your compiled program? More/better compile-time
181
analyses often means the compiler can do better optimizations.
182
- Program size: how large is the compiled binary? Similar to the previous
183
point.
0 commit comments