Revert "Enable wasm pointer tracking for gc=none."

This reverts commit 0b3a7280fa and updates
the documentation a little bit to explain the purpose of -gc=none. (I'm
thinking about the attiny10 by the way where defaulting to -gc=none
makes sense).
This commit is contained in:
Ayke van Laethem
2022-11-17 14:22:47 +01:00
committed by Ron Evans
parent d92e16e6dc
commit 67841207e8
3 changed files with 4 additions and 7 deletions
-2
View File
@@ -105,8 +105,6 @@ func (c *Config) GC() string {
// that can be traced by the garbage collector.
func (c *Config) NeedsStackObjects() bool {
switch c.GC() {
case "none":
fallthrough
case "conservative":
for _, tag := range c.BuildTags() {
if tag == "tinygo.wasm" {