fix very minor punctuation typo
This commit is contained in:
parent
a613d5b9e1
commit
e864cdb9b7
|
|
@ -177,7 +177,7 @@ satisfy/optimize for. For example,
|
||||||
of space on the user's system...
|
of space on the user's system...
|
||||||
- Compiler memory usage: while compiling a program, we don't want to use more
|
- Compiler memory usage: while compiling a program, we don't want to use more
|
||||||
memory than we need.
|
memory than we need.
|
||||||
- Program speed: how fast is your compiled program. More/better compile-time
|
- Program speed: how fast is your compiled program? More/better compile-time
|
||||||
analyses often means the compiler can do better optimizations.
|
analyses often means the compiler can do better optimizations.
|
||||||
- Program size: how large is the compiled binary? Similar to the previous
|
- Program size: how large is the compiled binary? Similar to the previous
|
||||||
point.
|
point.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue