larsbrinkhoff / xForth

Experimental Forth cross compiler for tiny devices
GNU General Public License v3.0
61 stars 13 forks source link

Optimize code by falling through #36

Closed larsbrinkhoff closed 6 years ago

larsbrinkhoff commented 6 years ago

Rearrange code to fall through into the next definition.

larsbrinkhoff commented 6 years ago

Need to check why PIC fails.

larsbrinkhoff commented 6 years ago

The PIC is very picky when it comes to return stack depth. On midrange devices, the hardware built-in stack is only eight deep.