log

age author description
Fri, 16 May 2014 18:08:21 +0200 Gilles Duboscq Remove unused import
Fri, 18 Apr 2014 13:50:15 +0200 Gilles Duboscq ResolvedJavaType.resolveMethod now takes a callerType that is used to check access rules. Make it work for default methods.
Fri, 16 May 2014 19:59:52 +0200 Miguel Garcia [inlining] reverting refactoring trail until spoiling commit(s) are discovered
Fri, 16 May 2014 16:36:07 +0200 Miguel Garcia [inlining] behavior becomes less argument-dependent, arguments become redundant
Fri, 16 May 2014 16:29:50 +0200 Miguel Garcia [inlining] no need for guessing a return value that doesn't matter
Fri, 16 May 2014 16:02:55 +0200 Miguel Garcia [inlining] untangling concerns, micro-step by micro-step
Fri, 16 May 2014 16:00:42 +0200 Miguel Garcia [inlining] readability by means of import static
Fri, 16 May 2014 15:54:13 +0200 Miguel Garcia [inlining] redux, no need for the suspense about return value
Fri, 16 May 2014 15:46:47 +0200 Miguel Garcia [inlining] no need for the suspense about return value
Fri, 16 May 2014 15:30:04 +0200 Miguel Garcia [inlining] another case of logNotInlined vs logNotInlinedMethod
Fri, 16 May 2014 15:28:00 +0200 Miguel Garcia [inlining] shorter and equally informative, logNotInlined vs logNotInlinedMethod
Fri, 16 May 2014 15:24:55 +0200 Miguel Garcia [inlining] "return null" favored again over "return ...AndReturnNull"
Fri, 16 May 2014 15:14:27 +0200 Miguel Garcia [inlining] tradeoff: "return null" still shorter than "return ...AndReturnNull"
Fri, 16 May 2014 14:57:45 +0200 Miguel Garcia [inlining] pulling side-effects (logging) out of method that evals a condition
Fri, 16 May 2014 14:47:39 +0200 Miguel Garcia [inlining] one less logging method to worry about
Fri, 16 May 2014 14:20:20 +0200 Miguel Garcia [inlining] replaced method body with call to code duplicate
Fri, 16 May 2014 14:44:52 +0200 Miguel Garcia [inlining] reduced verbosity in checkTargetConditions()
Fri, 16 May 2014 13:39:12 +0200 Miguel Garcia [inlining] typos in source comment
Fri, 16 May 2014 12:03:36 +0200 Miguel Garcia [inlining] consumer becomes initializer of the probabilities map
Fri, 16 May 2014 11:59:12 +0200 Miguel Garcia [inlining] fixing input as instance final rather than passing it over and over
Fri, 16 May 2014 14:01:20 +0200 Lukas Stadler do not reprofile upon exceptions thrown in NewArrayStub or NewInstanceStub
Fri, 16 May 2014 12:23:09 +0200 Doug Simon minor spelling and modifier fix
Fri, 16 May 2014 12:06:46 +0200 Doug Simon mx: drain *all* output from subprocess if redirecting to functions
Fri, 16 May 2014 00:12:48 -0700 Tom Rodriguez allow overriding the NodeClass lookup when building MatchStatements
Fri, 16 May 2014 00:12:41 -0700 Tom Rodriguez use inner classes instead of reflection during matching
Thu, 15 May 2014 20:11:16 -0700 Tom Rodriguez more aggressively fold implicit nulls into memory operations
Thu, 15 May 2014 23:12:48 +0200 Doug Simon Merge.
Thu, 15 May 2014 22:47:28 +0200 Doug Simon make CompilationTask.threadMXBean static
Thu, 15 May 2014 22:46:45 +0200 Doug Simon once the Graal compilation queue has been shutdown, don't process any pending compilations and be more defensive about preventing future compilations to be queued
Thu, 15 May 2014 22:43:44 +0200 Doug Simon ensure Graal C++ shutdown routines are called exactly once during VM shutdown