I am curious to see how efficient the assembly code generated by the python compiler on my raspberry pi is, so I am wondering if there is a way to get the ARM Assembly file.
Asked
Active
Viewed 39 times
0
-
3Python is not a compiled language. – Klaus D. Jan 11 '20 at 14:33
-
For more about how Python (well, the default CPython implementation, at least) works under the hood (it generates bytecode, not assembly), see https://opensource.com/article/18/4/introduction-python-bytecode – ChrisGPT was on strike Jan 11 '20 at 14:40
-
you dont use python if you are interested in performance. (nor JAVA nor a long list of other languages). – old_timer Jan 11 '20 at 16:23