PERFORCE change 28541 for review

Peter Wemm peter at wemm.org
Wed Apr 9 11:00:56 PDT 2003


John Baldwin wrote:
> 
> On 08-Apr-2003 Peter Wemm wrote:
> > http://perforce.freebsd.org/chv.cgi?CH=28541
> > 
> > Change 28541 by peter at peter_daintree on 2003/04/08 11:58:30
> > 
> >       64 bit counters.
> 
> More crap that should be redesigned and done in C.  Perhaps in some
> sort of MI way maybe called from MD code.

Yes, I have a pretty large list of note of things to fix in this..  I've
done some already, and some have turned out less than spectacular.  Naturally,
all this is subject to another good reread before anything is committed.

> >       .globl  intrcnt, eintrcnt
> >  intrcnt:
> > -     .space  INTRCNT_COUNT * 4
> > +     .space  INTRCNT_COUNT * 8
> >  eintrcnt:
> >  
> >       .globl  intrnames, eintrnames
> >  intrnames:
> > -     .space  INTRCNT_COUNT * 16
> > +     .space  INTRCNT_COUNT * 32
> >  eintrnames:
> >       .text
> >  
> 
> -- 
> 
> John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
> 

Cheers,
-Peter
--
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5



More information about the p4-projects mailing list