mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
2a5c331516
Assume any external function won't let pointers live longer than the call itself. This is true in the vast majority of cases (apparently everywhere currently) but might not always be true. TODO: add a //go:noescape (or maybe //go:escape) to handle this, instead of this assumption.