Re: [dev] Enhanced arg.h from quark

2021-07-06 Thread Nikita Zlobin
In Tue, 6 Jul 2021 09:44:05 +0200 Laslo Hunhold wrote: > On Tue, 06 Jul 2021 00:08:04 + > Sebastian LaVine wrote: > > Dear Sebastian, > > > Might I recommend using https://0x0.st or > > https://ix.io for pastebins. You can read and > > write to them using curl, or still use the browser >

Re: [dev] Enhanced arg.h from quark

2021-07-06 Thread Laslo Hunhold
On Tue, 06 Jul 2021 00:08:04 + Sebastian LaVine wrote: Dear Sebastian, > Might I recommend using https://0x0.st or > https://ix.io for pastebins. You can read and > write to them using curl, or still use the browser > but without the extra fat and JS of pastebin.com. I'd recommend just

Re: [dev] Enhanced arg.h from quark

2021-07-05 Thread Sebastian LaVine
On July 5, 2021 11:21:02 PM UTC, Nikita Zlobin wrote: >Check for double dash may be done in for loop. > >arg.h: https://pastebin.com/c4FQcrtH > >I tried to compare objdump'ed compiler output with different options - >filesizes are same, though difference exists. > >There are diffs for 3 -O

[dev] Enhanced arg.h from quark

2021-07-05 Thread Nikita Zlobin
Check for double dash may be done in for loop. arg.h: https://pastebin.com/c4FQcrtH I tried to compare objdump'ed compiler output with different options - filesizes are same, though difference exists. There are diffs for 3 -O levels: -O3, -O2, -Os. For -O3: --- tabbed-O3-1.o.objdump