Files
tinygo/builder
Ayke van Laethem 312f5d3833 builder: run interp per package
This results in a significant speedup in some cases. For example, this
runs over twice as fast with a warm cache:

    tinygo build -o test.elf ./testdata/stdlib.go

This should help a lot with edit-compile-test cycles, that typically
only modify a single package.

This required some changes to the interp package to deal with globals
created in a previous run of the interp package and to deal with
external globals (that can't be loaded from or stored to).
2021-04-02 13:43:57 +02:00
..
2021-04-02 13:43:57 +02:00
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2020-09-09 19:17:11 +02:00
2020-04-09 20:23:51 +02:00
2020-04-29 15:41:08 +02:00