alexfru / SmallerC

Simple C compiler
BSD 2-Clause "Simplified" License
1.35k stars 155 forks source link

dpstub: shrink stack, reduce conventional memory footprint #44

Closed stsp closed 3 months ago

stsp commented 3 months ago

This saves ~20K of the DOS memory space.

alexfru commented 3 months ago

Looking good.

Update the commit title and description to

dpstub: shrink stack, reduce conventional memory footprint

Shrink stack to 4K.
This saves ~10K of the DOS memory space.

And I'll merge it.

stsp commented 3 months ago

Done, log msg updated.

rofl0r commented 3 months ago

Done, log msg updated.

your commit msg says 1K stack, not 4

stsp commented 3 months ago

:) Done now.