Files
tinygo/compiler
Ayke van Laethem e4fc3bb66a compiler,runtime: fix new task-based scheduler
A bug was introduced in the previous commit that led to miscompilations
in the time.Sleep function when the scheduler was disabled, because
time.Sleep (implemented in the runtime) tried to switch to the scheduler
stack.

This commit restores the binary size of most examples to what it was
before, but still reduces static RAM consumption (.bss) slightly. This
gives me some confidence that it does indeed fix the introduced bug.
2019-08-17 08:42:23 +02:00
..
2019-06-20 13:30:38 +02:00
2019-04-26 08:52:10 +02:00
2019-08-04 17:12:07 +02:00
2019-08-11 15:00:43 +02:00
2019-08-04 18:15:06 +02:00