log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/utilities/BranchProfile.java @ 18511:62aac33db669

age author description
Wed, 26 Nov 2014 01:06:38 +0100 Andreas Woess Truffle: refactor NodeCloneable interface to abstract class
Tue, 25 Nov 2014 13:21:50 +0100 Andreas Woess Truffle: clone ConditionProfile and BranchProfile node fields
Mon, 13 Oct 2014 17:44:40 +0200 Christian Humer Truffle: Make BranchProfile constructor private and introduce a factory Method BranchProfile.create().
Wed, 20 Aug 2014 15:16:11 +0200 Michael Haupt clarify documentation about assumption and profile storage in final fields
Mon, 11 Aug 2014 15:53:04 +0200 Christian Humer Truffle: Added option to query a BranchProfile for visited.
Sun, 06 Apr 2014 17:47:00 +0200 Thomas Wuerthinger Merge.
Sun, 06 Apr 2014 17:46:24 +0200 Thomas Wuerthinger Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
Sun, 06 Apr 2014 02:01:19 +0100 Chris Seaton Include the visited state in BranchProfile#toString, so it shows up in printed ASTs.
Sun, 15 Dec 2013 22:19:19 +0100 Christian Humer Truffle: introduced new profiling utility BranchProfile.