-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UWP] Switch the compiler to Clang for better performance #686
Comments
* Trying to get an older linux build * Switch to clang 3.8 on linux. #686 * Statically link things for linux * Set up CI with Azure Pipelines * Updated the tizen install script to work on macos and linux * Make sure to install the version of the Android NDK we support * Added missing [SkippableFact] attribute
I see work to use clang on linux to get more performance - is it possible to do so on Windows or there are specific blockers? |
Hey Matt, |
Hi Matthew, |
Thanks! I must really get to this sometime. |
I'm working on a feature for my UWP app that could really use this (rotated images). It's unfortunate how slow the rendering is at the moment. |
I am also one of the few... But I am really having a hard time with the rendering performance of rotated images with Skia. Is this planned to be solved any time soon? |
I'm also still struggling with this on UWP. It's unfortunate that my desktop is slower than my Android phone, and users notice it too. |
Description
Google has indicated that they only optimize for the clang compiler:
The text was updated successfully, but these errors were encountered: