How did they implement allocate a new cons cell?

  • splatt9990
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    Malloc is a C function and wouldn’t come around for another 15 years or so. They likely wrote memory allocation code directly in machine code/assembly which could and would just access raw memory directly.