-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS compiler: saturated call optimization
now, f(x)(y)(z) will be compiled as f$(x,y,z) when the call is saturated this results in a great speedup on JS
- Loading branch information
1 parent
795bc4d
commit 096b65c
Showing
1 changed file
with
104 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters