How to obtain documented assembly listing ?
Posted: Thu Dec 06, 2018 12:24 pm
Hi,
I wrote a lot of C++ classes using traditional C++. Now I'm studyng C++11, C++14 and so on. I would like to see if my efforts results in better machine code.
In AVR GCC one could generate an .lls file, a conbination of C++ statements with the corresponding assembler instructions.
Is this also possible with ESP32/ESP-IDF, and how can I do this?
Thanks,
Paul
I wrote a lot of C++ classes using traditional C++. Now I'm studyng C++11, C++14 and so on. I would like to see if my efforts results in better machine code.
In AVR GCC one could generate an .lls file, a conbination of C++ statements with the corresponding assembler instructions.
Is this also possible with ESP32/ESP-IDF, and how can I do this?
Thanks,
Paul