docs: Amend goals

This commit is contained in:
Arseny Kapoulkine 2020-06-12 02:31:33 -07:00
parent 064623aa4d
commit 2d07039efd
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
One of main goals of Luau is to enable high performance code, with gameplay code being the main use case. This can be viewed as two separate goals:
- Make idiomatic code that is often written faster
- Enable even more high performance code through careful tuning
- Make idiomatic code that wasn't tuned faster
- Enable even higher performance through careful tuning
Both of these goals are important - it's insufficient to just focus on the highly tuned code, and all things being equal we prefer to raise all boats by implementing general optimizations. However, in some cases it's important to be aware of optimizations that Luau does and doesn't do.