Searched hist:215783 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dhistedit.cdiff 215783 Tue Nov 23 20:31:41 MST 2010 jilles sh: Code size optimizations to "stack string" memory allocation:
* Prefer one CHECKSTRSPACE with multiple USTPUTC to multiple STPUTC.
* Add STPUTS macro (based on function) and use it instead of loops that add
nul-terminated strings to the stack string.

No functional change is intended, but code size is about 1K less on i386.
H A Dmiscbltin.cdiff 215783 Tue Nov 23 20:31:41 MST 2010 jilles sh: Code size optimizations to "stack string" memory allocation:
* Prefer one CHECKSTRSPACE with multiple USTPUTC to multiple STPUTC.
* Add STPUTS macro (based on function) and use it instead of loops that add
nul-terminated strings to the stack string.

No functional change is intended, but code size is about 1K less on i386.

Completed in 124 milliseconds