aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/runtime/RecompilableScriptFunctionData.java
AgeCommit message (Expand)Author
2018-11-16Delete filesstudio-master-devDana Dahlstrom
2015-12-178145550: Megamorphic invoke should use CompiledFunction variants without any ...sundar
2015-09-288134502: introduce abstraction for basic NodeVisitor usageattila
2015-09-168134609: Allow constructors with same prototoype map to share the allocator maphannesw
2015-09-108135262: Sanitize CodeInstaller APIattila
2015-08-318133300: Ensure symbol table immutability in Nashorn ASTattila
2015-07-208131340: Varargs function is recompiled each time it is linkedhannesw
2015-06-038066237: Fuzzing bug: Parser error on optimistic recompilationhannesw
2015-05-058078612: Persistent code cache should support more configurationshannesw
2015-04-278053905: Eager code generation fails for earley boyer with split threshold se...hannesw
2015-03-098074556: Functions should not share allocator mapshannesw
2014-11-128063036: Various pretty printing issues with --log=recompilelagergren
2014-11-058057825: Bug in apply specialization - if an apply specialization that is ava...lagergren
2014-11-038060204: Fix warnings in Joni and testslagergren
2014-10-208059844: Implement optimistic splitterattila
2014-10-158060241: Immediately invoked function expressions cause lot of deoptimizationattila
2014-10-028059346: Single class loader is used to load compiled bytecodeattila
2014-09-298059321: Decrease warmup time by caching common structures that were reused d...lagergren
2014-09-258025435: Optimistic builtins support, implemented initial optimistic versions...lagergren
2014-09-198046202: Make persistent code store more flexiblehannesw
2014-09-118058100: Reduce the RecompilableScriptFunctionData footprintattila
2014-09-088057148: Skip nested functions on reparseattila
2014-09-048051889: Implement block scoping in symbol assignment and scope computationhannesw
2014-08-208027043: Turn global accesses into MethodHandle.constant, with one chance of ...attila
2014-08-208044638: Tidy up Nashorn codebase for code standardsattila
2014-04-028038638: Persistent store for compiled scriptshannesw
2014-03-128021350: Share script classes between threads/globals within contexthannesw
2014-03-038035948: Redesign property listeners for shared classeshannesw
2013-10-158026367: Add a sync keyword to mozilla_compathannesw
2013-10-108026264: Getter, setter function name mangling issuessundar
2013-09-278025515: Performance issues with Source.getLine()hannesw
2013-08-168023017: SUB missing for widest op == number for BinaryNodelagergren
2013-08-088022524: Memory leaks in nashorn sources and tests found by jhat analysissundar
2013-05-208006069: Range analysis first iteration, runtime specializationslagergren
2013-05-078013913: Removed Source field from all nodes except FunctionNode in order to ...lagergren
2013-05-038013477: Node.setSymbol needs to be copy on write - enable IR snapshots for r...lagergren
2013-04-198010701: Immutable nodes - final iterationlagergren
2013-03-128009718: Lazy execution architecture continued - ScriptFunctionData is either...lagergren