I found two ways to improve the looks of the dumped code. - Define static data using string literals of at most 200 bytes. This reduces the line count and lets us understand what the static object consists of. - Define casts using functions. These functions should get always get inlined. Thanks, Nico