remove multi core support non-goal

Этот коммит содержится в:
Tobias Theel 2021-12-31 09:04:14 +01:00 коммит произвёл Nia
родитель 6b7ecf1f52
коммит 342c438586

Просмотреть файл

@ -163,7 +163,6 @@ Goals:
Non-goals:
* Using more than one core.
* Be efficient while using zillions of goroutines. However, good goroutine support is certainly a goal.
* Be as fast as `gc`. However, LLVM will probably be better at optimizing certain things so TinyGo might actually turn out to be faster for number crunching.
* Be able to compile every Go program out there.