tinygo/ir
Ayke van Laethem 564b1b3312
compiler: always use fat function pointers with context
This reduces complexity in the compiler without affecting binary sizes
too much.

Cortex-M0:   no changes
Linux x64:   no changes
WebAssembly: some testcases (calls, coroutines, map) are slightly bigger
2018-12-09 18:47:39 +01:00
..
interpreter.go compiler: lower interfaces in a separate pass 2018-12-01 13:26:06 +01:00
ir.go compiler: always use fat function pointers with context 2018-12-09 18:47:39 +01:00
passes.go compiler: always use fat function pointers with context 2018-12-09 18:47:39 +01:00