aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTobias Theel <[email protected]>2021-12-31 09:04:14 +0100
committerNia <[email protected]>2022-01-01 00:17:51 -0500
commit342c438586650a7f7e5d9ed305d6fa6cc52ae8ad (patch)
tree1ede4b70e9f4a9f667f7c022ae756f6770e052cc /README.md
parent6b7ecf1f522dc00b08eb69ed365056a666439415 (diff)
downloadtinygo-342c438586650a7f7e5d9ed305d6fa6cc52ae8ad.tar.gz
tinygo-342c438586650a7f7e5d9ed305d6fa6cc52ae8ad.zip
remove multi core support non-goal
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2fa02f57..4a2501850 100644
--- a/README.md
+++ b/README.md
@@ -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.