.jcheck/conf
author lagergren
Thu, 14 Feb 2013 13:01:52 +0100
changeset 16233 95d3e01c04c3
parent 9925 0306baf14388
child 22030 3e7d1a70e010
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

project=jdk8