I am part of Qualcomm, working within the Windows on Snapdragon (WoS) ecosystem, where our goal is to help partners port applications and extend support for Windows on Snapdragon devices. A native ARM64 build of your application would significantly improve performance and deliver a better user experience on these platforms.
Currently, when running the x64 version of your application under emulation on Windows on ARM, we observe the following performance metrics for converting a .txt file to PDF:
Total time: ~8.6 seconds
Time spent executing translated emulated code: 6.225 seconds
Time spent in JIT compilation: 0.915 seconds
This means that ~83% of the total time is impacted by emulation:
(6.225+0.915)/8.6×100≈83%
Due to this significant overhead, we strongly recommend releasing a native ARM64 version of the PDF Creator application.
Please let us know if you need any assistance or guidance in porting your application to ARM64.
Thank you,
Tania