How has V8 reduced memory without hurting runtime performance? Lazily building function feedback data, GCing little used bytecodes, and even avoiding generating source positions!
miniblog.
Related Posts
A remarkable project exploring a binary AST format for JS! https://github.com/syg/ecmascript-binary-ast (interesting comments on when you can't lazily parse JS)