Files
tinygo/transform
Ayke van Laethem 71be24e4f9 transform: add debug information to internal/task.stackSize
This has two benefits:
 1. It attributes these bytes to the internal/task package (in
    -size=full), instead of (unknown).
 2. It makes it possible to print the stack sizes variable in GDB.

This is what it might look like in GDB:

    (gdb) p 'internal/task.stackSizes'
    $13 = {344, 120, 80, 2048, 360, 112, 80, 120, 2048, 2048}
2023-03-08 07:09:46 +01:00
..
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2021-11-30 21:53:16 +01:00
2023-02-17 22:54:34 +01:00
2022-10-19 22:23:19 +02:00
2023-02-17 22:54:34 +01:00
2022-11-04 08:28:26 +01:00