2011/8/30 stefan brunthaler <ste...@brunthaler.net>

> > Do I sense that the bytecode format is no longer platform-independent?
> > That will need a bit of discussion. I bet there are some things around
> > that depend on that.
> >
> Hm, I haven't really thought about that in detail and for longer, I
> ran it on PowerPC 970 and Intel Atom & i7 without problems (the latter
> ones are a non-issue) and think that it can be portable. I just stuff
> argument and opcode into one word for regular instruction decoding
> like a RISC CPU, and I realize there might be little/big endian
> issues, but they surely can be conditionally compiled...
>
> --stefan
>
I think that you must deal with big endianess because some RISC can't handle
at all data in little endian format.

In WPython I have wrote some macros which handle both endianess, but lacking
big endian machines I never had the opportunity to verify if something was
wrong.

Regards

Cesare
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to