Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • emitbc.c
Find file Blame History Permalink
  • Damien George's avatar
    py: Allow bytecode/native to put iter_buf on stack for simple for loops. · f4df3aaa
    Damien George authored Jan 09, 2016
    So that the "for x in it: ..." statement can now work without using the
    heap (so long as the iterator argument fits in an iter_buf structure).
    f4df3aaa