optimization - Refactoring dissassembled code -


you write function and, looking @ resulting assembly, see can improved.

you keep function wrote, readability, substitute own assembly compiler's. there way establish relationship between high-livel language function , new assembly?

if looking @ assembly, fair assume have understanding how code gets compiled down. if have knowledge, possible 'reverse enginer' changes original language better not bother.

the optimisations make small in comparison time , effort required in first making these changes. suggest leave kind of work compiler , go have cup of tea. if changes significant, , performance critical, (as in embedded world) might want mix normal code assemblar in fashion, however, on computers , chips performance sufficient avoid headache.

if really need more performance, optimise code not assembly.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -