Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Spidermonkey 39 #6141

Closed
wants to merge 7 commits into from
Closed

Upgrade to Spidermonkey 39 #6141

wants to merge 7 commits into from

Commits on May 20, 2015

  1. Upgrade to SM 39

    michaelwu committed May 20, 2015
  2. Use Heap<T>

    michaelwu committed May 20, 2015
  3. Fix handling of Heap<T>

    michaelwu committed May 20, 2015
  4. Fix RootedVec to actually work

    Support for JSVal and *mut JSObject was removed since nobody was using it
    and supporting GC things in vectors is somewhat complicated.
    michaelwu committed May 20, 2015
  5. Disable incremental GC

    The usual approach to supporting incremental barriers doesn't seem to work
    when the pointer to the reflector is owned by the reflector.
    michaelwu committed May 20, 2015
You can’t perform that action at this time.