time_t 64 bits?

M. Warner Losh imp at bsdimp.com
Fri May 12 14:38:56 UTC 2006


In message: <20060512113742.GA64377 at ci0.org>
            Olivier Houchard <mlfbsd at ci0.org> writes:
: On Thu, May 11, 2006 at 11:30:03PM -0400, M. Warner Losh wrote:
: > John Baldwin just asked me why time_t is 32 bits on arm.  Is there any
: > reason for it?  Can we change it to 64 bits?  Would this cause
: > problems for our users?
: > 
: > Warner
: 
: Well it's 32 bits because it's 32 bits on i386 too. But I guess if such a
: change has to be done, now is a good time to do so, not sure if it can have
: a negative impact on performances.

ironically, time_t isn't used in time critical applications.  Sounds
like we should try it and see if there are any negative implications
to it...

Warner


More information about the freebsd-arm mailing list