6 ms·
> It's really, really difficult to recognize out original logic here. Among other things, whereas our original C code only has 2 local variables, this version h
by keysdev 1y ago
> It's really, really difficult to recognize out original logic here. Among other things, whereas our original C code only has 2 local variables, this version has 29, not counting module-level globals.
Isnt that quite common now with machine generated code. Look at nim clientside js, I dear any js dev to try to navigate that.
The point is should we just trust the machine generated as it is and hope that the compiler/bundler just did a correct job, or just write clean and simple code