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

Redefine Tuple operations #19185

Closed

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    e4495df View commit details
    Browse the repository at this point in the history
  2. Redefine Tuple operations

    This provides a way forward to fixing the signatures of some tuple
    methods, and removes the inlining from the tuple methods. Optimization
    will be implemented later directly on these method calls, which avoids
    unnecessary complications due to inlining artifacts.
    
    Fixes scala#12721
    Fixes scala#16207
    nicolasstucki committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    619c2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5c7be View commit details
    Browse the repository at this point in the history