> Yes. In practice the usual question is whether the compiler will > evaluate the operands from left to right or from right to left, > but the compiler is within its rights to evaluate the operands in > any order it wants. For ia64, it would be good to evaluate the operands in parallel. One could do the same with naked Transmeta hardware and other VLIW processors. Tera's machine has cheap hardware threads that could be used. Compaq's 21364 or 21464 may allow this too. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- RE: Patch to remove undefined C code Jonathan George
- Re: Patch to remove undefined C code Ben Pfaff
- Re: Patch to remove undefined C code Matti Aarnio
- Re: Patch to remove undefined C code Ben Pfaff
- Re: Patch to remove undefined C code Peter Samuelson
- Re: Patch to remove undefined C ... Tom Leete
- Re: Patch to remove undefine... Bill Wendling
- Re: Patch to remove undefine... Tom Leete
- Re: Patch to remove undefined C ... Richard Henderson
- Re: Patch to remove undefined C ... Jeff Epler
- RE: Patch to remove undefined C code Albert D. Cahalan
- RE: Patch to remove undefined C code Jonathan George
- Re: Patch to remove undefined C code Rick Hohensee
- how to get IP address of current machine from C++... Christopher Friesen