14:10Just thought that since emscripten converts from C to Javascript with very little speed penalty that there might be an advantage in leveraging the code optimization that C does first.
But if as you say Option could not be optimized any by the C compiler then there would be not advantage to generating C first and then going to JavaScript.
Having to alter JavaScript code after it has been generated Haxe each each time would get very tedious though unless you somehow automated the code changes in the make process correct?