Skip to content
  • Damien George's avatar
    py/asm: Remove need for dummy_data when doing initial assembler passes. · 155fdc74
    Damien George authored
    For all but the last pass the assembler only needs to count how much space
    is needed for the machine code, it doesn't actually need to emit anything.
    The dummy_data just uses unnecessary RAM and without it the code is not
    any more complex (and code size does not increase for Thumb and Xtensa
    archs).
    155fdc74