Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2012 17:54:41 +0200
From:      Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@FreeBSD.org>
To:        Dag-Erling =?utf-8?B?U23DuHJncmF2?= <des@des.no>
Cc:        Garrett Cooper <yanegomi@gmail.com>, Konstantin Belousov <kostikbel@gmail.com>, Dimitry Andric <dimitry@andric.com>, Andriy Gapon <avg@FreeBSD.org>, freebsd-arch@FreeBSD.org
Subject:   Re: x86 boot code build
Message-ID:  <20121005155441.GL69724@acme.spoerlein.net>
In-Reply-To: <86txu9l4z9.fsf@ds4.des.no>
References:  <506C385C.3020400@FreeBSD.org> <506DEB4C.5020508@andric.com> <86haq9hq2c.fsf@ds4.des.no> <20121005033244.GL35915@deviant.kiev.zoral.com.ua> <86y5jll7kc.fsf@ds4.des.no> <CAGH67wQqs9DJoy0LSgKi1_wMFyrHUE69Dgc2dht7q8VXDVAeQQ@mail.gmail.com> <86txu9l4z9.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2012-10-05 at 10:04:26 +0200, Dag-Erling Smørgrav wrote:
> Garrett Cooper <yanegomi@gmail.com> writes:
> > I would target the appropriate architecture (amd64) where it matters
> > (amd64), and target the lowest sane common denominator on i386. In
> > reality, what does a couple MB mean on amd64 vs i386?
> 
> 1) Nobody mentioned amd64 - this is about i386.
> 
> 2) It's not a question of *size* but of *performance*.  By targeting the
>    least capable platform that our users are likely to encounter
>    (pentium-mmx) instead of one which is virtually eradicated (486), we
>    can use features that are available on the former but not the latter.
> 
>    Someone said they'd like to target SSE2, but that would leave many
>    common embedded systems out in the cold.  If we do that, we should
>    provide two sets of binaries; one set for sse2-capable machines
>    (which covers all i386 desktop and server machines made in the last
>    ten years) and one set for pentium-mmx (which covers the soekris and
>    other popular SFF / embedded systems).

Seriously? How about we leave i386 as is for the embedded folks and just
move forward with amd64. Any improvements made on our i386 support are
useless to about 98% of our users. It's 2012 people ...

kthxbai
Uli



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