runtime: remove extalloc

The extalloc collector has been broken for a while, and it doesn't seem reasonable to fix right now.
In addition, after a recent change it no longer compiles.
In the future similar functionality can hopefully be reintroduced, but for now this seems to be the most reasonable option.
This commit is contained in:
Nia Waldvogel
2021-12-13 09:38:57 -05:00
committed by Ron Evans
parent e4de7b4957
commit 747336f0a9
12 changed files with 57 additions and 734 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// +build gc.conservative gc.extalloc
// +build !tinygo.wasm
//go:build gc.conservative && !tinygo.wasm
// +build gc.conservative,!tinygo.wasm
package runtime