log runfop.sh @ 3584:cda0630a8640

age author description
Thu, 06 Oct 2011 17:11:04 +0200 Gilles Duboscq Remove GRAAL env var requirement; Add ResourceMarks in code installer to avoid leaks
Mon, 22 Aug 2011 12:19:03 +0200 Thomas Wuerthinger Made default for GraalBailoutIsFatal "false".
Sat, 13 Aug 2011 18:08:28 +0200 Thomas Wuerthinger Enable debugging of compiler code from Java IDEs. Moved binary to "graal" subdirectory. New flag for starting Graal is just "-graal".
Wed, 03 Aug 2011 17:27:44 -0700 Thomas Wuerthinger Init StringBuilder with size.
Fri, 01 Jul 2011 19:39:14 +0200 Thomas Wuerthinger Canonicalize RegisterFinalizer nodes.
Tue, 28 Jun 2011 15:54:46 +0200 Thomas Wuerthinger Corrected valueEqual method of IsNonNull.
Mon, 20 Jun 2011 14:29:42 +0200 Gilles Duboscq Merge
Fri, 17 Jun 2011 14:53:07 +0200 Gilles Duboscq Merge, add some edge spliting around loopbegin when necessary
Thu, 16 Jun 2011 11:35:13 +0200 Gilles Duboscq Begin making LoopBegin not be a Merge anymore
Sat, 18 Jun 2011 14:51:18 +0200 Thomas Wuerthinger Fixed unnecessary node in the graph builder.
Sat, 11 Jun 2011 18:41:40 +0200 Thomas Wuerthinger Updated design document (incorporated comments from Peter Kessler).
Thu, 09 Jun 2011 19:39:03 +0200 Thomas Wuerthinger More work on lowering phase.
Wed, 08 Jun 2011 17:26:22 +0200 Thomas Wuerthinger Measure nodes created and nodes deleted for nodes. New option -G:+Meter.