tinygo/compiler
Ayke van Laethem 482c5633dd
compiler: put debug information on package initializer functions
Make sure package initializers show up in backtraces, as they should. In
practice, it doesn't actually break backtraces as these functions are
usually inlined anyway, but it may help to debug an error in
initialization code.
2018-10-06 23:50:35 +02:00
..
calls.go all: use LLVM library provided by the system 2018-09-30 15:10:04 +02:00
compiler.go compiler: put debug information on package initializer functions 2018-10-06 23:50:35 +02:00
optimizer.go compiler: move Optimize() function to a separate file 2018-10-06 19:57:41 +02:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00
util.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00