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 v20

API Changes

JSGCRootType is no longer present. No impact so far in the code.

Patched files

build-*

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

configure.in, aclocal.m4, iOS.m4

Adds iOS options

Android.mk

Needed to compile Android

methodjit/Logging.h

vm/NumericConversions.h

jsgc.cpp

jspubtd.h

Disables "DEBUG" class id in order to have ABI compatibility between DEBUG and RELEASE builds https://github.com/ricardoquesada/Spidermonkey/commit/8d74c24bfeb8de09b8526bf601fa183507760493

Makefile.in

Disables YARR_JIT on iOS devices https://github.com/ricardoquesada/Spidermonkey/commit/5c46d062205f5531b7587c6c7e919418a09f6b49

Clone this wiki locally