mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
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.pull/62/head
Ayke van Laethem
6 years ago
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue