low level tweak

Henry Cejtin henry@sourcelight.com
Wed, 27 Jun 2001 02:04:04 -0500


I  have  replaced the needlessly complex wordAlign() inline function with the
trivial

    return ((p + 3) & ~ 3);

The  difference  in  generated  code  is  pretty  huge, but it really is more
readable this way to.