attila [Wed, 26 Mar 2014 15:00:32 +0100] rev 24730
8038396: fix for the compiler expression evaluator to be more inquisitive about types
Reviewed-by: hannesw, lagergren
attila [Mon, 24 Mar 2014 18:41:06 +0100] rev 24729
8037534: Use scope types to determine optimistic types
Reviewed-by: hannesw, lagergren
attila [Mon, 24 Mar 2014 18:40:11 +0100] rev 24728
8038223: Symbol trace debug output takes time
Reviewed-by: hannesw, lagergren
attila [Fri, 21 Mar 2014 17:52:03 +0100] rev 24727
Merge
lagergren [Thu, 20 Mar 2014 16:26:54 +0100] rev 24726
8037967: Broke the build, by commiting without saving the last review comment
Reviewed-by: jlaskey, hannesw
lagergren [Thu, 20 Mar 2014 16:16:42 +0100] rev 24725
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
Summary: Compute RecompiledScriptFunctionDatas eagerly, annotate them with scope depth information and use them in recompilations.
Reviewed-by: attila, hannesw, jlaskey
mnunez [Mon, 17 Mar 2014 15:05:18 +0100] rev 24724
8037086: Check that deoptimizing recompilations are correct
Reviewed-by: attila, lagergren
lagergren [Fri, 14 Mar 2014 14:27:32 +0100] rev 24723
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
Summary: This uses the inspection framework for generated code to ensure optimisim.
Reviewed-by: attila, lagergren
Contributed-by: matherey.nunez@oracle.com