[Patch] - stacks.c

2001-12-09 Thread David Jacobs
optimize (e.g., instead of 'a > b - 1' use 'a >= b'). If you would prefer not to receive patches that include these types of changes, just let me know. David Jacobs --- parrot-0.0.3/stacks.c Wed Nov 7 12:29:18 2001 +++ parrot/stacks.c Sun Dec 9 16:37:38 2001 @@ -16,12 +16,

[Patch] - for memory.c

2001-12-09 Thread David Jacobs
rounded up power of two plus the requested size. Let me know if you like it. David Jacobs --- parrot-0.0.3/memory.c Sat Oct 13 14:43:50 2001 +++ parrot/memory.c Sat Dec 8 18:25:34 2001 @@ -47,19 +47,13 @@ /* Okay, we just brute-force things here. Yeah it's stupid, but it