Page 1 of 1

Native emitter deep dive

Posted: Mon Jul 19, 2021 1:42 am
by jimmo
Scott (tannewt) from Adafruit was kind enough to invite me onto the weekly "CircuitPython Deep Dive" live stream and we dove into MicroPython's native code generator (the "native emitter") in order to fix a mis-compilation bug that had been recently reported. Might be interesting to anyone who wants to know more about how this process works or how to go about this sort of debugging in MicroPython.

https://www.youtube.com/watch?v=bciRImf0_Ts

Let me know if you have questions!

Re: Native emitter deep dive

Posted: Tue Jul 20, 2021 2:33 pm
by pythoncoder
That is a seriously deep dive. Interesting, but rather you than me ;)

Re: Native emitter deep dive

Posted: Fri Jul 23, 2021 2:55 pm
by Christian Walther
Very cool, thank you Jim and Scott! Apart from the technical insights, it’s also great to see the collaboration between the MicroPython and CircuitPython teams.