Search found 2 matches
- Mon Jul 26, 2021 9:24 pm
- Forum: Development of MicroPython
- Topic: MicroPython ESP32 mpy-cross O flag
- Replies: 2
- Views: 4350
Re: MicroPython ESP32 mpy-cross O flag
Thanks, that does clear up some things. For my use-case, the improvement of compiled output is also interesting. To increase performance, I mainly use the @native decorator combined with C modules. My interest in the optimization mainly stems from wanting to better understand the build process and w...
- Wed Jul 14, 2021 10:55 pm
- Forum: Development of MicroPython
- Topic: MicroPython ESP32 mpy-cross O flag
- Replies: 2
- Views: 4350
MicroPython ESP32 mpy-cross O flag
Hey everyone, I am working on a project that is using MicroPython. The project uses frozen bytecode to create binaries that can be deployed to devices. Recently, I have been looking at using bytecode optimization that should be supported by mpy-cross https://docs.micropython.org/en/latest/library/mi...