altos: Shrink ao_add_task by rolling up a memset loop
authorKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 20:49:05 +0000 (13:49 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 20:51:18 +0000 (13:51 -0700)
This has a dramatic effect. By pulling the 'stack' variable into
registers it reduces the size of this function from 550 to 231 bytes.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found