> > > I would advice to compile your code with optimization on and -g2 > (preserves function names), and then use Chrome's JS profiler (part of > Chrome Developer Tools panel). This should give you an idea what functions > are especially slow and perhaps provide a hint which C/C++ code is the > problem. >
It seems that dynamic_cast takes quite some of the time (nearly 50%?). Any thoughts? -- 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.
