Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SpiderMonkey for Mobile Devices

19 views
Skip to first unread message

vaibh...@gmail.com

unread,
Dec 14, 2017, 3:36:05 AM12/14/17
to
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 ?

Sean Stangl

unread,
Dec 14, 2017, 10:37:05 AM12/14/17
to vaibh...@gmail.com, dev-tech-js-engine
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
> _______________________________________________
> dev-tech-js-engine mailing list
> dev-tech-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-js-engine
>
0 new messages