Tue, 12 Mar 2013 15:14:20 +0100Splitting out several complicated (with loops) code generators into separate methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 12 Mar 2013 15:14:20 +0100] rev 842
Splitting out several complicated (with loops) code generators into separate methods

Tue, 12 Mar 2013 13:54:26 +0100Merge with trunk closure
Lubomir Nerad <lubomir.nerad@oracle.com> [Tue, 12 Mar 2013 13:54:26 +0100] rev 841
Merge with trunk

Tue, 12 Mar 2013 13:01:34 +0100Print out details about the exception
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 12 Mar 2013 13:01:34 +0100] rev 840
Print out details about the exception

Tue, 12 Mar 2013 09:25:08 +0100Replacing for/switch flow control with multiple labeled for loops allowing fast jump back and if blocks for relatively cheap fall through. Local measurements on chrome indicate 30% speedup in the matrix multiplication benchmark.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 12 Mar 2013 09:25:08 +0100] rev 839
Replacing for/switch flow control with multiple labeled for loops allowing fast jump back and if blocks for relatively cheap fall through. Local measurements on chrome indicate 30% speedup in the matrix multiplication benchmark.

Mon, 11 Mar 2013 20:53:18 +0100Trying to get better results with .csv file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 11 Mar 2013 20:53:18 +0100] rev 838
Trying to get better results with .csv file

Mon, 11 Mar 2013 20:37:59 +0100Filter out other results than those related to tenThousandIterations tests executed on browsers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 11 Mar 2013 20:37:59 +0100] rev 837
Filter out other results than those related to tenThousandIterations tests executed on browsers

Mon, 11 Mar 2013 19:41:06 +0100Converting the times into properties file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 11 Mar 2013 19:41:06 +0100] rev 836
Converting the times into properties file

Sun, 10 Mar 2013 21:28:50 +0100Expand the array rather than copying it
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:28:50 +0100] rev 835
Expand the array rather than copying it

Sun, 10 Mar 2013 21:28:00 +0100Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:28:00 +0100] rev 834
Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.

Sun, 10 Mar 2013 21:27:06 +0100Don't generate too much empty lines
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:27:06 +0100] rev 833
Don't generate too much empty lines