Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • obj.h
Find file Blame History Permalink
  • Damien George's avatar
    py: Making closures now passes pointer to stack, not a tuple for vars. · 3558f62f
    Damien George authored Apr 20, 2014
    Closed over variables are now passed on the stack, instead of creating a
    tuple and passing that.  This way memory for the closed over variables
    can be allocated within the closure object itself.  See issue #510 for
    background.
    3558f62f