|
|
|
|
|
by eddd-ddde
809 days ago
|
|
Does it even matter that the snippet was c++? Couldn't you just get the smallest binary that prints hello world and argue that they are semantically equivalent? That should be like 10 x86 instructions tops, plus the string data. |
|
For instance, when I tried to make the smallest x86-64 Hello World program (https://tmpout.sh/3/22.html), I ended up lengthening it from 11 to 15 instructions, while shortening the ultimate file from 86 to 77 bytes.