spidermonkey

Description:SpiderMonkey is Mozilla's JavaScript engine written in C and C++
License: MPL-2.0
Homepage:https://spidermonkey.dev https://firefox-source-docs.mozilla.org/js/index.html
Location:Portage
Legend:
  • + - stable
  • ~ - unstable
  • M - hardmask
alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86
115.3.1 diff - ~ ~ - - - ~ ~ ~ - - ~ ~
115.2.0 diff - ~ ~ - - - ~ ~ ~ - - ~ ~
102.15.0 diff - ~ ~ - - - ~ ~ ~ - - ~ ~
102.10.0 diff - + + - - - ~ + + - - ~ +
102.6.0 diff - + + - - - ~ + + - - + +
91.13.0-r1 diff - + + - - - ~ + + - - + +
78.15.0 - + + - - - ~ ~ + - - ~ +

USE flags

  • clang - Use Clang compiler instead of GCC
  • cpu_flags_arm_neon - Use the NEON (ASIMD) instruction set
  • debug - Enable assertions to allow for easier debugging of programs that link to spidermonkey -- note this will often crash software on regular end-user systems
  • jit - Enable just-in-time compilation for improved performance. May prevent use of some PaX memory protection features in Gentoo Hardened.
  • lto - Enable Link Time Optimization (LTO)
  • test - Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

Also available in: Atom

Thank you!