Bruce Evans ec55e44ec8 Changed an arg name in the pseudo-prototype for bzero() to match
the prototype.

Put the jump table for i486_bzero() in the data section.  This
speeds up i486_bzero() a little on Pentiums without significantly
affecting its speed on 486's.

Don't waste time falling through 14 nop's to return from do1 in
i486_bzero().

Use fastmove() for counts >= 1024 (was > 1024).  Cosmetic.

Fixed profiling of fastmove().

Restored meaningful labels from the pre-1.1 version in fastmove().
Local labels are evil.

Fixed (high resolution non-) profiling of __bb_init_func().
1996-09-20 16:52:09 +00:00
..
1995-12-09 20:39:47 +00:00
1996-08-30 17:03:46 +00:00
1996-08-30 17:03:46 +00:00
1996-07-12 06:48:55 +00:00
1995-10-29 15:33:36 +00:00
1995-12-10 13:36:34 +00:00
1996-05-02 14:21:14 +00:00
1996-09-10 08:32:01 +00:00