Removing some unnecessary code
Posted: Wed Oct 22, 2008 5:44 pm
Ok, don't take this too serious or we risk a flame 
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?

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?