nashorn/src/jdk/nashorn/internal/codegen/ObjectClassGenerator.java
Tue, 13 May 2014 11:30:40 +0200 attila 8042118: Separate types from symbols
Wed, 23 Apr 2014 17:37:41 +0200 lagergren 8041434: Add synchronization to the common global constants structure
Wed, 23 Apr 2014 16:13:47 +0200 lagergren 8038426: Move all loggers from process wide scope into Global scope
Fri, 18 Apr 2014 20:12:21 +0200 lagergren 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
Tue, 01 Apr 2014 11:19:32 +0200 lagergren 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
Mon, 31 Mar 2014 14:13:34 +0200 lagergren 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
Thu, 27 Mar 2014 11:45:54 +0100 lagergren 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output.
Wed, 12 Mar 2014 10:31:22 +0100 lagergren 8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
Wed, 05 Mar 2014 09:51:00 +0100 lagergren 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
Mon, 03 Mar 2014 11:24:44 +0100 lagergren 8035836: Array performance improvements
Wed, 26 Feb 2014 13:17:57 +0100 attila 8035820: Optimistic recompilation
Fri, 16 Aug 2013 18:51:53 +0200 lagergren 8023017: SUB missing for widest op == number for BinaryNode
Tue, 09 Jul 2013 13:57:24 +0200 attila 8009758: reactivate the 8006529 test.
Fri, 05 Jul 2013 14:36:54 +0200 hannesw 8017084: Use spill properties for large object literals
Wed, 26 Jun 2013 15:40:52 +0200 hannesw 8019157: Avoid calling ScriptObject.setProto() if possible
Tue, 30 Apr 2013 10:05:42 -0300 jlaskey 8006220: Simplify PropertyMaps
Thu, 25 Apr 2013 14:47:17 +0200 attila 8013203: A collection of smaller speedups to compilation pipeline
Tue, 23 Apr 2013 16:48:57 +0200 attila 8010731: Don't expose internal symbols to scripts
Fri, 19 Apr 2013 16:11:16 +0200 lagergren 8010701: Immutable nodes - final iteration
Sat, 09 Mar 2013 21:49:32 +0530 sundar 8009559: clean up method handle lookup code.
Fri, 01 Mar 2013 15:58:29 +0530 sundar 8009263: Fix all javadoc errors in nashorn code
Mon, 25 Feb 2013 16:58:31 +0530 sundar 8008731: Separate configuration environment (options, error/output writer etc.) from Context
Fri, 15 Feb 2013 09:44:15 +0100 lagergren 8008239: Unpublicized parts of the code generator package that were only package internal.
less more (0) tip