log

age author description
Thu, 05 Mar 2015 17:57:36 -0800 Tom Rodriguez Use FixedGuard in tryCheckcastSingleImplementor
Thu, 05 Mar 2015 16:58:12 -0800 Michael Van De Vanter Truffle/Instrumentation: the Visualizer for language-specific values now has a "trim" option to limit result size.
Wed, 04 Mar 2015 16:38:36 -0800 Michael Van De Vanter Merge with 5d2309d32463f4c857d55e3233e8366f7b4d6feb
Wed, 04 Mar 2015 16:36:27 -0800 Michael Van De Vanter Truffle: add the ability to "tag" Sources with any number of standard or private tags, for example so that Sources might be marked as "FROM_FILE", "LIBRARY", "BUILTIN", or any other distinction that matters to some tools. Those tags can be applied by the language runtime when sources are created, for example when loading builtins. Alternately, you can listen for newly created sources from outside the implementation, where you might tag sources based on pattern matching against file paths or any other meta-information in the Source.
Wed, 04 Mar 2015 16:28:05 -0800 Michael Van De Vanter Truffle/Instrumentation: Javadoc
Wed, 04 Mar 2015 12:17:46 +0100 Josef Eisl GraalCompiler: add LIR to LIRStages context.
Tue, 03 Mar 2015 11:50:06 +0100 Josef Eisl GraalCompiler: Encapsulate LIR generation in an LIRPhase.
Tue, 03 Mar 2015 18:04:00 -0800 Tom Rodriguez Debug.metrics should be static final
Tue, 03 Mar 2015 18:02:00 -0800 Tom Rodriguez Use ILLEGAL.equals(value) in ValueUtil.isIllegal
Tue, 03 Mar 2015 18:00:00 -0800 Tom Rodriguez Fix setting of conditional in MemUseTrackerImpl
Tue, 03 Mar 2015 17:55:10 -0800 Michael Van De Vanter Truffle: new method Source.getLength() and semantic adjustments to the new factory method for creating files whose contents have already been read.
Tue, 03 Mar 2015 17:13:51 -0800 Michael Van De Vanter Merge with fa75218e39424f24e05d31ee58dfd5c2bb4c8319
Tue, 03 Mar 2015 17:11:46 -0800 Michael Van De Vanter Truffle: SourceSection can now produce the line/column coordinates of its final character
Tue, 03 Mar 2015 16:54:43 -0800 Michael Van De Vanter Truffle: new factory method for files whose contents have already been read.
Tue, 03 Mar 2015 10:32:17 -0800 Tom Rodriguez Fix nested Timer and MemUse tracking logic