[patch] Statement operand iterators

Zack Weinberg zack@codesourcery.com
Fri Jun 25 18:46:00 GMT 2004


Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> writes:

>> I think you could achieve this by moving the bulk of the macros into
>> oi_init and oi_next (which are inline, so there should be no
>> performance hit).  
>
> unfortunately this cannot be done; the performance penalty for having to
> decide which type of operands you are accessing is too high (see the
> previous incarnation of the patch that avoided the use of macros
> completely).

Were the iterator functions inline in that patch?

zw



More information about the Gcc-patches mailing list