QUERY · ISSUE
Copy code-emitter documentation from Kickstarter to docs.micropython.org
docs
There is documentation of the different emitters at micropython.org but I still find myself going back to the Kickstarter page because there is a nice comparison between the 3 different emitters.
Someone should copy-paste from Kickstarter to docs.micropython.org
CANDIDATE · ISSUE
Clarification of benchmark figures
The wiki page about performance should have a note on what percentage of MCU time was spent parsing the code etc, i.e. before it got to the steady state... (at least a rough indication).
The wiki page also links to the kickstarter post, where it's shown that one can use decorators to set a specific emitter for a function. That's something not mentioned on the wiki at all and seems important to clarify which one of the emitters was used to obtain those figures.