On 06/02/2010 07:04 AM, Jonathan Morton wrote: > It also replaces cairo_matrix_init_identity() with a straight copy from > a global constant reference I'd simply go with a local constant. That gives the compiler more choice. It probably includes the constants in .text instead of .rodata, but that's probably even better. behdad