How did they implement allocate a new cons cell?

  • @splatt9990@lemmy.ml
    link
    fedilink
    English
    35 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.