If we make positive int literals unsigned long rather than plain long, constant-index buffer lookups are going to be optimized for free. Is there going to be any ill side-effects from doing this?
(If not, I can always special-case int literals used for buffer lookups.) -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
