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

generate JIT argument type information for methods #8040

Merged
merged 2 commits into from Oct 27, 2015

Commits on Oct 27, 2015

  1. add CGMemberJITInfo.{getJSArgType,getSingleArgType}

    These are copied directly from Gecko's Codegen.py, with two changes:
    
    - We need to use ArgType:: to qualify the enums rather than plain
      JSJitInfo::
    
    - Given Rust's stronger notion of enums, we need to treat everything as an
      i32 so we can bitwise-or things together.
    froydnj committed Oct 27, 2015
  2. generate JIT argument type information for methods

    Fixes #6904.
    froydnj committed Oct 27, 2015
You can’t perform that action at this time.