optimise 'int_val in string_literal' into a switch statement when x is an arbitrary...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 14 Nov 2010 17:36:31 +0000 (18:36 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 14 Nov 2010 17:36:31 +0000 (18:36 +0100)
commite157b663564095ac7828d09afa50ab54cd8c4e07
treec2546f764660cdc314bae9cc1ceb3b20355cce9f
parent3ed855073c4c2c241171d90613a7d0c0f44f5eae
optimise 'int_val in string_literal' into a switch statement when x is an arbitrary expression, not only a name
Cython/Compiler/Optimize.py
tests/run/py_unicode_type.pyx