FreeBSD & Software RAID
Kirk Strauser
kirk at strauser.com
Wed May 27 16:52:44 UTC 2009
On Wednesday 27 May 2009 11:40:51 am Wojciech Puchar wrote:
> you talk about performance or if it work at all?
Both, really. If they have to code up macros to support identical operations
(such as addition) on both platforms, and accidentally forget to use the macro
in some place, then voila: untested code.
> do you have any other examples of code non-portability between amd64 and
> i386?
You're also forgetting that this isn't high-level programming where you get to
lean on a cross-platform libc or similar. This is literally interfacing with
the hardware, and there are a whole boatload of subtle incompatibilities when
handling stuff at that level.
--
Kirk Strauser
More information about the freebsd-questions
mailing list