|
|
|
|
|
by MatthewPhillips
5436 days ago
|
|
My biggest problem with this is that the biggest problem with Mobile web browsers right now is that they pale in comparison (both feature and performance) to their desktop counterparts. Last time I checked the iPad browser (probably the best tablet browser) was something like 15x slower than Chrome desktop in javascript benchmarks. This is the #1 blocker to mobile web app adoption. Try viewing a SVG on a mobile browser and see what happens. You're flipping a coin. Why doesn't Mozilla focus on bringing mobile/desktop feature parity before adding device level APIs? |
|
There are additional optimizations that can be done, of course--the ARM assembly generated by current JITs is not of quite the same quality as the x86 assembly, because the architectures are structured differently and ARM was shoe-horned in afterwards. Different ways of performing operations do better on ARM than on x86--the architectures have different performance characteristics. In point of fact, some of the JS team at Mozilla has shifted focus to improving ARM code generation.
Second, you are assuming that everyone at Mozilla works on the same single project. This is simply not so. There will still be a significant team of people working on improving the current mobile Firefox. This new project is distinct.