Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add constructor functions for {Symbol,Node}Links
Using a constructor function like this can help node better optimize object allocation. This improves memory usage when compiling `src/compiler` from **277M** to **270M**, a nice ~3% win.
- Loading branch information