log

age author description
Thu, 15 May 2014 22:42:08 +0200 Doug Simon use JDK with highest compliance level for generated Eclipse attach launcher
Thu, 15 May 2014 22:25:34 +0200 Bernhard Urban mxtool: minor fix of optional field usage
Thu, 15 May 2014 19:03:16 +0200 Roland Schatz API for high word multiplication.
Thu, 15 May 2014 18:13:24 +0200 Gilles Duboscq make TypeProfileWidth pd
Thu, 15 May 2014 17:25:49 +0200 Miguel Garcia Merge
Thu, 15 May 2014 16:17:35 +0200 Miguel Garcia [inlining] moved DepthSearchUtil closer to its single user
Thu, 15 May 2014 16:12:18 +0200 Miguel Garcia [inlining] moved ComputeInliningRelevance closer to its single user
Thu, 15 May 2014 15:45:29 +0200 Miguel Garcia [inlining] moved class InliningData to package with related classes
Thu, 15 May 2014 15:41:43 +0200 Miguel Garcia [inlining] moved helper class MethodInvocation to package inlining.walker
Thu, 15 May 2014 15:37:08 +0200 Miguel Garcia [inlining] grouping inlining-space walking-related classes in package walker
Thu, 15 May 2014 15:35:34 +0200 Miguel Garcia [inlining] start of another refactoring trail
Thu, 15 May 2014 15:17:55 +0200 Miguel Garcia [inlining] working the InliningData stack now done by InliningData.moveForward()
Thu, 15 May 2014 15:07:35 +0200 Miguel Garcia [inlining] side-effects moved out from just-extracted method
Thu, 15 May 2014 15:01:25 +0200 Miguel Garcia [inlining] readability improvements for (by now extracted) loop-body
Thu, 15 May 2014 14:53:50 +0200 Miguel Garcia [inlining] extracted loop-body, for now as InliningPhase.moveForward()
Thu, 15 May 2014 14:51:11 +0200 Miguel Garcia [inlining] moved tryToInline() to InliningData, as prereq for upcoming steps
Thu, 15 May 2014 14:48:19 +0200 Miguel Garcia [inlining] moved doInline() to InliningData, as prereq for upcoming steps
Thu, 15 May 2014 14:43:58 +0200 Miguel Garcia [inlining] part 2, preparing to move tryToInline() and doInline()
Thu, 15 May 2014 14:32:37 +0200 Miguel Garcia [inlining] preparing to extract loop body from InliningPhase.run to InliningData
Thu, 15 May 2014 13:46:33 +0200 Miguel Garcia [inlinin] assertion-aided code understanding at work
Thu, 15 May 2014 12:18:01 +0200 Miguel Garcia [inlining] moved InlineEverythingPolicy to inlining.policy
Thu, 15 May 2014 12:16:10 +0200 Miguel Garcia [inlining] access levels in AbstractInliningPolicy back to what they were
Thu, 15 May 2014 11:22:08 +0200 Miguel Garcia [inlining] moved GreedyInliningPolicy to inlining.policy
Thu, 15 May 2014 11:16:00 +0200 Miguel Garcia [inlining] moved AbstractInliningPolicy to inlining.policy
Thu, 15 May 2014 11:09:50 +0200 Miguel Garcia [inlining] moved InliningPolicy to newly created package inlining.policy
Thu, 15 May 2014 11:01:51 +0200 Miguel Garcia [inlining] moving CallsiteHolder to upper level
Thu, 15 May 2014 10:52:38 +0200 Miguel Garcia [inlining] better distinguishable name, GraphInfo becomes CallsiteHolder
Thu, 15 May 2014 16:45:08 +0200 Gilles Duboscq Use replaceAtPredecessor rather than predecessor().replaceFirstSuccessor in DeoptimizationGroupingPhase
Thu, 15 May 2014 16:44:43 +0200 Gilles Duboscq Fix inverted condition in Debug.create(Metric|Timer)
Thu, 15 May 2014 15:35:17 +0200 Doug Simon Merge.