nashorn/src/jdk/nashorn/internal/codegen/FinalizeTypes.java
Wed, 24 Jul 2013 13:16:34 +0200 hannesw 8020718: RETURN symbol has wrong type in split functions
Thu, 11 Jul 2013 18:33:33 +0200 attila 8013925: Remove symbol fields from nodes that don't need them
Fri, 05 Jul 2013 15:10:47 +0200 attila 8019819: scope symbol didn't get a slot in certain cases
Fri, 05 Jul 2013 14:36:54 +0200 hannesw 8017084: Use spill properties for large object literals
Thu, 23 May 2013 15:51:08 +0200 lagergren 8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
Thu, 23 May 2013 13:10:58 +0200 lagergren 8012083: Array literal constant folding issue
Wed, 08 May 2013 15:51:36 +0200 attila 8013912: Nashorn needs to reuse temporary symbols
Tue, 07 May 2013 14:43:17 +0200 lagergren 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
Tue, 07 May 2013 14:36:57 +0200 lagergren 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
Fri, 03 May 2013 15:33:54 +0200 lagergren 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
Thu, 25 Apr 2013 14:47:17 +0200 attila 8013203: A collection of smaller speedups to compilation pipeline
Fri, 19 Apr 2013 16:11:16 +0200 lagergren 8010701: Immutable nodes - final iteration
Sat, 23 Mar 2013 00:58:39 +0100 attila 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable
Tue, 12 Mar 2013 15:30:53 +0100 lagergren 8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change.
Thu, 21 Feb 2013 16:57:21 +0100 lagergren 8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer.
Thu, 14 Feb 2013 13:01:52 +0100 lagergren 8008199: Lazy compilation and trampoline implementation
Thu, 31 Jan 2013 18:34:42 +0100 attila 8006529: Methods always get callee - it should be conditional
Wed, 30 Jan 2013 12:26:45 +0100 lagergren 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes.
less more (0) tip