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

Fix compatibility with JSC static property optimizations #735

Merged
merged 5 commits into from
Jul 16, 2019
Merged

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    51ff3d0 View commit details
    Browse the repository at this point in the history
  2. Switch finalized tracking from Set to string property.

    Also moves the finalized check earlier, which optimizes out unnecessary
    super calls.
    aomarks committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e8f3b8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1222a65 View commit details
    Browse the repository at this point in the history
  4. Add JS compiler bug link

    aomarks committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    69afb2a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. apply -> call

    aomarks committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3da31c7 View commit details
    Browse the repository at this point in the history