tinygo/compiler
Ayke van Laethem e54a1c4dc0
compiler: disallow exporting functions that have their address taken
This simplifies the ABI a lot and makes future changes easier.
In the future, determining which functions need a context parameter
should be moved from IR generation into an optimization pass, avoiding
the need for recursively scanning the Go SSA.
2018-12-01 17:41:20 +01:00
..
calls.go compiler, runtime: move defer notes to the runtime file 2018-11-01 11:42:04 +01:00
compiler.go compiler: disallow exporting functions that have their address taken 2018-12-01 17:41:20 +01:00
errors.go compiler: return error messages with source location 2018-12-01 17:41:15 +01:00
interface-lowering.go compiler: lower interfaces in a separate pass 2018-12-01 13:26:06 +01:00
interface.go compiler: return error messages with source location 2018-12-01 17:41:15 +01:00
map.go compiler: return error messages with source location 2018-12-01 17:41:15 +01:00
optimizer.go compiler: lower interfaces in a separate pass 2018-12-01 13:26:06 +01:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00