philanc

Results 12 comments of philanc

Thanks for your solution! Any chance the original author (rxi) would include it in 'fe'?

Thanks a lot! I built the old master, and the last noprecomputedtables + nooldcrypto, both with -Os, static, with musl libc, stripped (on linux x86-64, built with make-tinysshcc.sh): old tinysshd:...

> It might be worth trying to try and use LTO if size matters. My previous lowest size was 141,728 stripped, built with make-tinysshcc.sh and conf-cc = /opt/musl/bin/musl-gcc -static -Os...

> You can make it even smaller with `upx` Nice idea, thanks! - It is interesting when storage space is an issue. Of course it doesn't help (and makes things...

> UCL requires no additional memory to be allocated for decompression, a considerable advantage that means that a UPX packed executable usually requires no additional memory. Great! I built upx...

Thanks for the suggestion and the links. I don't want to add more C libraries or code to slua (as my objective is to have a standalone lua as compact...

Hmm... I understand the rationale. This is smart, but I am not sure I am comfortable with it. Will mull it over :)

I had a look at your 'initsep' branch. "Show number of unsaved buffers on quit." - I like it -- should have done it that way in the first place...

Thanks for your commits. And thanks for your patience and the details about cherry-pick! I managed to get the commits I wanted, but it was not straightforward, probably because I...

> Try triggering an error (^Xt) in \*OUT\* and you will see what happens: it swaps to the previous buffer and does a settext there instead of in \*OUT\*, clobbering...