I'd say: Please add the bounds checking. It's really annoying when a pike program dumps core. A few extra comparisons shouldn't make much difference given the overhead of a pike function call.
/ Niels Möller ()
Previous text:
2002-11-25 20:59: Subject: SDL
I have now implemented and checked in SDL.Surface->set_pixel and get_pixel methods. Note that they do no boundary checking so if you write outside the surface... Well, go figure. I could add it but I'd rather avoid any checks I can for performance reasons...
/ David Hedbor