> We have ported webkitGTK on to ARM and working fine but we observed that > while image rendering it is taking more time. Could you please help me how > can i improve the image rendering performance.
The best method is to use your profiling skill to find out locate the bottleneck. If you are looking for hints, ImageDecoder and GraphicsContext::drawImage would be good starting points. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
