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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to