Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Friday, February 1, 2013

Progress of Firefox on Windows ARM

This isn't official project and is just my research. Here is Jailbreak Surface's screenshot |o|.
Now, I am working...
  • JavaScript JIT is turned off. Although Win32/ARM ABI seems to require Thumb-2 only, our SpiderMonkey JIT generates ARMv7 code, not Thumb-2. So to use JIT on Win32/ARM, it is rewrite JIT assembler using Thumb-2 only
  • Porting xpconnect to Win32/ARM is in progress. The xpconnect is language binding for Gecko.
  • Porting libffi to Win32/ARM.
  • Possible using StoreApp API instead of Desktop API.

Thursday, January 17, 2013

SpiderMonkey on WOA

Saturday, May 3, 2008

NSS Optimize (x86_64)

I open a new bug to x64 optimization for nss. This patch is improved DES (2-3% up) and SHA512 (5% up). On Windows, SHA512 improves 8-10% up.

Bug 431958 – Improve DES and SHA512 for x86_64 platform