>
>
>
>> slow compilation times:
>> * compiling takes a fairly long time if compared with native compilers, 
>> such as MSVC or GCC.
>> * ex: when compiling a 200 kLOC program, compilation takes a decent 
>> number of minutes.
>> ** program is most a basic Minecraft-style 3D engine (voxel-based).
>> ** it isn't that big, and MSVC (VS2015) compiles it in under a minute.
>> * can note: optimized JS output is about 8MB, vs ~ 60MB without 
>> optimizations.
>>
>> general requests: maybe try to make compile times faster?
>>
>>
>>
Also what build system are you using? There's going to be a noticeable 
difference with clean build Make single threaded build vs. incremental 
Ninja multicore build. 

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to