Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Apr 2003 11:00:54 -0700
From:      Peter Wemm <peter@wemm.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 28541 for review 
Message-ID:  <20030409180054.F02C72A8A9@canning.wemm.org>
In-Reply-To: <XFMail.20030408150544.jhb@FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote:
> 
> On 08-Apr-2003 Peter Wemm wrote:
> > http://perforce.freebsd.org/chv.cgi?CH=28541
> > 
> > Change 28541 by peter@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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
> 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030409180054.F02C72A8A9>