log

age author description
Mon, 19 May 2014 16:32:02 +0200 Miguel Garcia [inlining-4] one less alias in getExactInlineInfo()
Mon, 19 May 2014 16:27:24 +0200 Miguel Garcia [inlining-4] removed alias for InliningData.maxMethodPerInlining
Mon, 19 May 2014 16:24:31 +0200 Miguel Garcia [inlining-4] getTypeCheckedInlineInfo() can get context.getReplacements() itself
Mon, 19 May 2014 16:17:43 +0200 Miguel Garcia [inlining-4] getAssumptionInlineInfo() can get context.getReplacements() itself
Mon, 19 May 2014 16:14:56 +0200 Miguel Garcia [inlining-4] no need to pass context.getReplacements() to getExactInlineInfo()
Mon, 19 May 2014 16:10:24 +0200 Miguel Garcia [inlining-4] parameter aliasing context.getOptimisticOptimizations() goes away
Mon, 19 May 2014 16:08:06 +0200 Miguel Garcia [inlining-4] parameter aliasing context.getReplacements() goes away
Mon, 19 May 2014 16:05:18 +0200 Miguel Garcia [inlining-4] the method param that aliased maxMethodPerInlining goes away
Mon, 19 May 2014 15:58:48 +0200 Miguel Garcia [inlining-4] getTypeInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:39:43 +0200 Miguel Garcia [inlining-4] getTypeCheckedInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:30:58 +0200 Miguel Garcia [inlining-4] getAssumptionInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:28:07 +0200 Miguel Garcia [inlining-4] start of refactoring trail, by the end shorter parameter lists
Mon, 19 May 2014 14:57:10 +0200 Miguel Garcia [inlining-3] readability of checkInvokeConditions() part 2 of 2
Mon, 19 May 2014 14:51:44 +0200 Miguel Garcia [inlining-3] readability of checkInvokeConditions() part 1 of 2
Mon, 19 May 2014 15:30:57 +0200 Gilles Duboscq ConditionalNode's boolean materialization canonicalization needs to insert a convert
Mon, 19 May 2014 13:58:16 +0200 Lukas Stadler fix NPE in CallSiteHolder
Mon, 19 May 2014 11:19:07 +0200 Gilles Duboscq Never use the current node's stamp in ValueNode.inferStamp overrides.
Mon, 19 May 2014 11:59:54 +0200 Miguel Garcia Merge
Mon, 19 May 2014 11:29:14 +0200 Miguel Garcia [inlining-2] no guesswork at callsites about return value of logNotInlinedMethod
Mon, 19 May 2014 11:26:19 +0200 Miguel Garcia [inlining-2] no guesswork about return value of logInlinedMethod (2/2)
Mon, 19 May 2014 11:24:59 +0200 Miguel Garcia [inlining-2] no guesswork about return value of logInlinedMethod (1/2)
Mon, 19 May 2014 10:54:21 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (2/2)
Mon, 19 May 2014 10:52:20 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (1/2)
Mon, 19 May 2014 10:47:25 +0200 Miguel Garcia [inlining-2] logNotInlinedMethod invoked only for side-effects not return value
Sun, 18 May 2014 16:20:36 +0200 Miguel Garcia [inlining-2] make explicit the value returned by logNotInlinedInvoke()
Sun, 18 May 2014 16:14:16 +0200 Miguel Garcia [inlining-2] renaming logNotInlinedMethodAndReturnNull -> logNotInlinedInvoke
Sun, 18 May 2014 16:10:45 +0200 Miguel Garcia [inlining-2] make returned value explicit
Sun, 18 May 2014 16:08:15 +0200 Miguel Garcia [inlining-2] renaming of an overloaded method
Mon, 19 May 2014 10:57:40 +0200 Lukas Stadler small fix in GraphOrder.assertSchedulableGraph
Mon, 19 May 2014 10:23:05 +0200 Lukas Stadler do not assert for MergeNode in UseTrappingNullChecksPhase