.hgignore
author lagergren
Thu, 14 Feb 2013 13:01:52 +0100
changeset 16233 95d3e01c04c3
parent 13697 5262b00bc10c
child 33045 00f484891bcf
permissions -rw-r--r--
8008199: Lazy compilation and trampoline implementation Summary: The code pipeline now supports lazy compilation, which can be used to only compile certain FunctionNodes and leave others be, saving startup time. When these uncompiled nodes are hit, a trampoline will force them to be recompiled. This can also be used to specialize compilation fixing parameter types and return types to a callsite specific compilation. This will give performance. Reviewed-by: attila, sundar

^build/
^dist/
nbproject/private/
^webrev
^.hgtip
^.bridge2
.DS_Store