-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove internal dict use of interfaces, avoid harmful taillcalls
closes #594 commit c22e084 Author: Paul Westcott <p...w.e.s.t.c.o.t.t@gmail.com> Date: Mon Aug 17 19:28:22 2015 +1000 Don't tail call critical functions Can't stop tail calls easily, so do some craziness which hopefully gets inlined away by the JIT. commit 84adb61 Author: Paul Westcott <p...w.e.s.t.c.o.t.t@gmail.com> Date: Mon Aug 17 05:49:24 2015 +1000 Remove internal dict use of interfaces Allow the JIT more opportunities for inlining
- Loading branch information
Showing
1 changed file
with
20 additions
and
13 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