switch statement
Simon Burton <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Does anyone know if gcc can optimise a switch done with nested if's as well as it optimises a real switch ? (eg. using computed-gotos)