PR https://github.com/servo/mozjs/pull/60 removes gczeal in release builds.
This gets about a 5% speedup in some Dromaeo JS tests.
Unfortunately, it leaves some dangling symbols that are in the jsapi_ARCH.rs
files, but hace no matching jsapi definitions. This commit removes those
definitions from the bindings.
PR https://github.com/servo/mozjs/pull/60 removes gczeal in release builds. This gets about a 5% speedup in some Dromaeo JS tests. Unfortunately, it leaves some dangling symbols that are in the jsapi_ARCH.rs files, but hace no matching jsapi definitions. This commit removes those definitions from the bindings.
See https://github.com/servo/mozjs/pull/60#issuecomment-153920443