I believe that Linux uses a less precise clock that scales better
across cores and is much faster than the precise clock FreeBSD uses
even on one core.  I don't know POSIX and other standards well enough
to know if this is an acceptable solution on FreeBSD.  However, there
are less precise clocks on FreeBSD that are considerably faster (i.e.,
the _FAST variants).  Someone with more expertise in these matters
needs to comment on whether a change to using a _FAST clock is
appropriate in libc.  If it is acceptable, I think that it is easier
to just make time use the FAST clock instead of getting programmers to
change their programs.

On Tue, Sep 6, 2011 at 6:41 PM, Eitan Adler <li...@eitanadler.com> wrote:
> On Tue, Sep 6, 2011 at 6:44 PM, Manish Vachharajani
> <mani...@lineratesystems.com> wrote:
>> Lots of libraries assume that time is fast because it
>> is fast under Linux.
>
> Silly question, but why can't we make it fast too?
>
> --
> Eitan Adler
>

Manish
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to