Sun, 16 Feb 2014 20:06:03 +0100More tests of the bit operations on longs
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 16 Feb 2014 20:06:03 +0100] rev 1460
More tests of the bit operations on longs

Sat, 15 Feb 2014 23:16:11 +0100Flush stack before performing goto ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 23:16:11 +0100] rev 1459
Flush stack before performing goto

Sat, 15 Feb 2014 23:13:53 +0100Enclose constants as objects. Get the function arguments without creates stack objects. Flush stack on frame closing. ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 23:13:53 +0100] rev 1458
Enclose constants as objects. Get the function arguments without creates stack objects. Flush stack on frame closing.

Sat, 15 Feb 2014 20:18:26 +0100Eliminates use of stack in empty super constructor call ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 20:18:26 +0100] rev 1457
Eliminates use of stack in empty super constructor call

Sat, 15 Feb 2014 17:30:47 +0100Removing dead code ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 17:30:47 +0100] rev 1456
Removing dead code

Sat, 15 Feb 2014 17:23:24 +0100Keep the state of registers in an array and flush it later ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 17:23:24 +0100] rev 1455
Keep the state of registers in an array and flush it later

Sat, 15 Feb 2014 15:47:28 +0100Enough to index by depth, no need to have separate counters for each type ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 15:47:28 +0100] rev 1454
Enough to index by depth, no need to have separate counters for each type

Sat, 15 Feb 2014 14:36:43 +0100Centralizing the stack pushes into single assign method ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 14:36:43 +0100] rev 1453
Centralizing the stack pushes into single assign method

Wed, 12 Feb 2014 16:12:15 +0100fixed to match updated API canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 16:12:15 +0100] rev 1452
fixed to match updated API

Wed, 12 Feb 2014 14:46:40 +0100added missing javadoc canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 14:46:40 +0100] rev 1451
added missing javadoc