5 ms·
I for one am just waiting for the cispiler.
by throwaway999888 11y ago
I for one am just waiting for the cispiler.
- Symmetry 11y agoAn optimizing cispiler sounds really interesting. Something that applies all the optimizations that the compiler would do when translating your C to machine code but showing you the results in C. Of course not all optimizations are representable in C (calling conventions for instance) but many are.
- jmgao 11y agoThere are several examples of this in the Java world, such as proguard. They're mostly centered around code obfuscation, but they do some useful optimizations as well.