tinygo/ir
Ayke van Laethem 7ed6b45149 compiler: add the //go:noinline pragma
This is directly useful to avoid some unsafety around runtime.alloc and
should be useful in general.

This pragma has the same form as in the main Go compiler:
https://github.com/golang/go/issues/12312
2019-07-08 00:02:28 +02:00
..
ir.go compiler: add the //go:noinline pragma 2019-07-08 00:02:28 +02:00
passes.go ir: remove old cgo related code 2019-02-19 09:08:13 +01:00