aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/runtime/ScriptFunctionData.java
AgeCommit message (Expand)Author
2015-12-178145550: Megamorphic invoke should use CompiledFunction variants without any ...sundar
2015-09-168134609: Allow constructors with same prototoype map to share the allocator maphannesw
2015-09-118136349: Typos patch for nashorn sources submitted on Sep 10, 2015sundar
2015-09-108135332: ScriptFunction constructor should use is bound and is strict check r...sundar
2015-09-098027137: Merge ScriptFunction and ScriptFunctionImplsundar
2015-07-208131340: Varargs function is recompiled each time it is linkedhannesw
2015-06-038066237: Fuzzing bug: Parser error on optimistic recompilationhannesw
2015-03-028074031: Canonicalize is-a-JS-string testsattila
2014-09-258025435: Optimistic builtins support, implemented initial optimistic versions...lagergren
2014-09-088057148: Skip nested functions on reparseattila
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-06-118044798: API for debugging Nashornsundar
2014-04-028038638: Persistent store for compiled scriptshannesw
2014-03-178037400: Remove getInitialMap getters and GlobalObject interfacesundar
2014-03-128021350: Share script classes between threads/globals within contexthannesw
2014-03-038035948: Redesign property listeners for shared classeshannesw
2013-10-258027301: Optimizations for Function.prototype.applyhannesw
2013-10-158026367: Add a sync keyword to mozilla_compathannesw
2013-08-168020355: bind on built-in constructors don't use bound argument valuessundar
2013-07-268021571: @fork tests should use VM options passed from project.propertiessundar
2013-06-248015959: Can't call foreign constructorsundar
2013-05-208006069: Range analysis first iteration, runtime specializationslagergren
2013-05-148011718: binding already bound function with extra arguments failsattila
2013-03-128009718: Lazy execution architecture continued - ScriptFunctionData is either...lagergren
2013-03-098009559: clean up method handle lookup code.sundar
2013-02-228007002: Replace implicit exception throwing methods with explicit throws - s...lagergren
2013-02-148008199: Lazy compilation and trampoline implementationlagergren
2013-02-128007900: Function binding is inefficientattila
2013-02-118007915: Nashorn IR, codegen, parser packages and Context instance should be ...sundar
2013-02-098006943: Fix order of function method arguments to be (callee, thisObject)attila
2013-02-068007273: Creation of ScriptFunctions can be refactoredhannesw