
what do you think about removing some of the built-in functions to get the executable less big? We would implement them in separate ZLibraries (EG: acos, asin, clamp function, all the various floor(), ceil(), frac() and round() and so on). But actually I don't know how much we really gain in size...
Moreover, there is one big point for not doing it: you loose retrocompatibility unless you add the library to the project...
What's your opinion about that?