Re: SpiderMonkey for Mobile Devices

Sean Stangl <[email protected]> Thu, 14 Dec 2017 07:36:54 -0800
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <CA+d4Wtis2=PW1BT1+mQ=W+Sag=j97d8v-=LrKdD2pyRC_Mnunw@mail.gmail.com>
SpiderMonkey is used in Firefox for Android. For Firefox for iOS, Apple
restricts us from using our own JS engine, so we are forced to use WebKit's.

JS execution is single-threaded, but the engine itself uses helper threads
for many tasks that are parallelizable, such as compilation.

We don't specifically have concepts of a "main processor" and "lesser
processor," and expect that the kernel will allocate threads appropriately.

Best,
Sean

On Thu, Dec 14, 2017 at 12:36 AM, <[email protected]> wrote:

> I wanted to know that is SpiderMonkey, just like V8, is the same for the
> mobile devices too. If yes, does SpiderMoney utilize the current
> heterogeneous architecture of the mobile devices ?
> _______________________________________________
> dev-tech-js-engine mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-js-engine
>