64-Bit Programming Models: Why LP64?| unix.org
At the beginning of the year, I wrote a bunch of articles on the various tricks DOS played to overcome the tight memory limits of x86's real mode. There was one question that came up and remained unanswered: what were the various models that the compilers of the day offered? Tiny, small, medium, compact, large, huge... What did these options mean? What were their effects? And, more importantly... is any of that legacy relevant today in the world of 64-bit machines and gigabytes of RAM? To ans...| Julio Merino (jmmv.dev)
V8 reduced its heap size up to 43%! Learn how in “Pointer Compression in V8”!| v8.dev