Page 2 of 2

Re: Pre-Compiled files using more memory?

Posted: Thu Oct 06, 2016 6:47 am
by danielm

Re: Pre-Compiled files using more memory?

Posted: Fri Mar 10, 2017 4:11 pm
by formatc1702
Hi,

I realize this thread is older, but it's related to my question so I shall add it here.

Using mpy-cross yields .mpy files that are larger than their respective .py files!

My main.py is so long it can only be imported by commenting out some lines (that are not even called by the code unless specific conditions happen). So I'm guessing it's just too large for the compiler. I tried using mpy-cross, but I ended up with 10KB instead of 9KB! :-(

Am I missing the point? Am I doing something wrong?
Placing my main.py file in the mpy-cross folder and running
./mpy-cross main.py
yields the above result. Any parameters I have to set?

Renaming main.mpy to something.mpy and importing it from the REPL gives me:
ValueError: invalid .mpy file

Interestingly, out of 8 .py files I tried, exactly one of them compiled into a useable .mpy file. :shock:

Platform: ESP8266
MicroPython 1.8.7