Message118144
> In other words, when producing code for ptr_compare, the compiler is
> allowed to *assume* that a and b point into the same array, and act
> accordingly.
But this assumption doesn't bring *anything*, right?
That is, there is no shortcut way to compute "p - q" or "p > q" when
both point into the same "array". |
|
Date |
User |
Action |
Args |
2010-10-07 21:40:58 | pitrou | set | recipients:
+ pitrou, rhettinger, amaury.forgeotdarc, mark.dickinson, eric.smith, stutzbach |
2010-10-07 21:40:56 | pitrou | link | issue10044 messages |
2010-10-07 21:40:56 | pitrou | create | |
|