pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Static stack size verification #42

Open jwise opened 6 years ago

jwise commented 6 years ago

We have hard coded stack sizes for a bunch of threads, and it turns out that the maximum stack needed can actually be quite large. Find a way to avoid this, and find a way to verify this statically, when possible. "stacker" can help.