Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • parse.h
Find file Blame History Permalink
  • Damien George's avatar
    py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. · 58e0f4ac
    Damien George authored Sep 23, 2015
    With this patch parse nodes are allocated sequentially in chunks.  This
    reduces fragmentation of the heap and prevents waste at the end of
    individually allocated parse nodes.
    
    Saves roughly 20% of RAM during parse stage.
    58e0f4ac