log

age author description
Thu, 06 Mar 2014 18:41:42 -0800 Tom Rodriguez fix overzeroing of new storage, refactor zeroing and unroll zeroing of small arrays
Thu, 06 Mar 2014 16:24:47 -0800 Michael Van De Vanter Merge with dd783f0ecf171f786674bb5b6b762581c3367f80
Thu, 06 Mar 2014 15:56:05 -0800 Michael Van De Vanter Merge with 13072c084e6f8f4a402827c0a541c54938537041
Wed, 05 Mar 2014 19:54:38 -0800 Michael Van De Vanter merge
Wed, 05 Mar 2014 19:40:15 -0800 Michael Van De Vanter Merge with 1b84e499127b0086271898a1298577d15e0b3101
Sun, 23 Feb 2014 17:00:35 -0800 Michael Van De Vanter Ruby/Instrumentation: renaming/API rearrangements
Tue, 04 Feb 2014 11:17:09 -0800 Michael Van De Vanter Ruby/Instrumentation: class rename
Mon, 03 Feb 2014 20:58:23 -0800 Michael Van De Vanter Truffle/Instrumentation: significant rearrangement (including moved class) and extension of the Truffle Instrumentation Framework. New interfaces include DebugContext (which can be attached to the ExecutionContext), through which access is provided to possibly language-specific (a) node instrumentation, (b) debug services manager, (c) notification when programs halt, (d) display of language values, and (e) display of variable identifiers.
Thu, 06 Mar 2014 15:18:47 -0800 twisti refactor CompilerToVM interface
Thu, 06 Mar 2014 23:17:10 +0100 Bernhard Urban TruffleCompiler: avoid interleaved output with application and compiler
Thu, 06 Mar 2014 17:46:11 +0100 Doug Simon simplified HotSpotResolvedObjectType.FieldInfo.getType(); encapsulated all access to javaClass in HotSpotResolvedObjectType more
Thu, 06 Mar 2014 17:44:56 +0100 Doug Simon removed java.lang.Class fields in HotSpotResolvedPrimitiveType
Thu, 06 Mar 2014 17:26:09 +0100 Doug Simon removed unnecessary explicit cast by tightening return type of overloaded method
Thu, 06 Mar 2014 16:12:22 +0100 Andreas Woess Truffle: remove call node notification loop (O(n^2))
Tue, 04 Mar 2014 12:59:37 +0100 Andreas Woess remove assertion in UnexpectedResultException constructor