Drew DeVault's new programming language. Haven't had a chance to check it out yet, but Drew's work tends to be great.

  • femboi [they/them, she/her]
    ·
    3 years ago

    I've heard this argument a few times but has it ever happened in practice? I guess the static lib would need to be marked as read only and page aligned by the compiler/linker so that the OS can see that multiple processes are using the exact same page and combine them

    • riley
      ·
      edit-2
      1 year ago

      deleted by creator

    • space_comrade [he/him]
      ·
      edit-2
      3 years ago

      Something like that. I haven't also really seen anybody actually do it, just talk about it I think. Forgot how the technique is called and I'm not able to google it.

      Also maybe you wouldn't need to hunt down specific pages of memory but rather just hash all the memory regions marked as executable in the process and just make sure to map them to the same physical memory.