> Trouble is what do you mean with "32-bit" ? 32-bit memory bus? 32
> bit address space (most likely) ? default size of long ? and so
> on. The amount of combinations can explode to hands.

Well since 95% of the time the issue is pointer size, and since on all
listed architectures sizeof(char *)==sizeof(long int), and since this
is on all listed architectures either 4 or 8, the terrible
combinatorial explosion you bring up seems to be pretty much dealt
with by adding *2* options.

> The reason why not much effort has been done to make
> architecture-exclusion easy is that the better solution is simply to
> make the code more portable.

Works for some programs, but hard with others.  Seems silly to wear
hair shirts instead of cotton in order to remind ourselves that we
need to knit some silk ones...

                                        --Barak.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to