log truffle/com.oracle.truffle.api.test/src/com/oracle/truffle/api/profiles/ByteValueProfileTest.java @ 22530:4ba1aa33fda4

age author description
Wed, 06 Jan 2016 13:52:35 +0100 Jaroslav Tulach Run all tests with SeparateClassLoaderRunner to ensure package private methods are accessible even if the truffle.jar is on bootclasspath.
Wed, 30 Dec 2015 15:33:13 +0100 Jaroslav Tulach Colorifying ByteValueProfile sample code
Wed, 16 Dec 2015 16:38:13 +0100 Christian Humer Extract profiles into separate package. Add isProfilingEnabled in TruffleRuntime to disable profiling in the default runtime; Add low overhead profiles for primitives; Add LoopConditionProfile; Profile footprint/threadsafety improvements; Make toString implementations more consistent; Greatly enhanced javadoc documentation for profiles; Deprecate old profiles