Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 14, 2023
1 parent 2e47359 commit ef04413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compiler-optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Experimental optimization, compilation problems may occur.
`--opt-append` \
Enable special optimizations for built-in `append` function.

- It prevents the allocating and destruction of a new slice by adding slice literals element-by-element if append used at single assignment statement and return slice of append is assigned to itself.
- It prevents the allocating and destruction of a new slice by adding slice literals element-by-element if append used at single assignment statement.

## Optimization Levels

Expand Down

0 comments on commit ef04413

Please sign in to comment.