Welcome, Guest. Please login or register.

Author Topic: Firefox OS  (Read 3600 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show all replies
Re: Firefox OS
« on: February 25, 2013, 06:23:43 AM »
Quote from: commodorejohn;727464
I suppose anything that can help break up the Apple/Google hegemony is good, but the whole idea of a browser-based OS makes me want to retch.


yeah, Apple tried that with iOS 1.0 on the first iPhone.

No native apps... must use HTML/JS

welcome to 2007
 

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show all replies
Re: Firefox OS
« Reply #1 on: February 26, 2013, 01:39:10 AM »
Quote from: commodorejohn;727547
I don't really know enough about performance on Android/iOS systems to say for sure, but I seriously doubt that. Running an interpreted language (even if they have a fast JIT,) an interpreted library framework, and a full HTML5 parsing/rendering engine instead of native code and a dedicated GUI toolkit/window manager and getting better performance on worse hardware? Was it programmed by Jesus?


Having played with Android SDK/NDK, I can say that probably JIT is not the issue with the performance but the garbage collector. If you were to code in such a way to avoid relying on the GC then I think you'd get similar performance to compiled c with the added advantage that when a new CPU architecture comes along, you don't have to recompile with optimizations for that CPU.

Anything has to be better than flash as far as performance.

I do hate HTML based programs vs a proper GUI toolkit. Makes applications have about as much consistency as DOS.