Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Migrating to v21

Ricardo Quesada edited this page May 14, 2013 · 8 revisions

Changes needed to migrate to SpiderMonkey v21

API Changes

  • No API changes.
  • But JSGCRootType is no longer present. No impact so far in the code, or API

Patched files

build-*

Adds build-ios, build-osx, build-android and build-win32 scripts

configure.in, configure, aclocal.m4, ios.m4

Adds iOS options

Android.mk

Needed to compile Android

methodjit/Logging.h

Disables JIT on debug.

vm/NumericConversions.h

Disables ARM assembly optimizations when using clang

jspubtd.h

Disables "DEBUG" class id in order to have ABI compatibility between DEBUG and RELEASE builds

Makefile.in

Disables YARR_JIT on iOS devices

Clone this wiki locally