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

Sync to upstream/release/628 #1278

Merged
merged 100 commits into from
May 31, 2024
Merged

Sync to upstream/release/628 #1278

merged 100 commits into from
May 31, 2024

Conversation

alexmccord
Copy link
Contributor

@alexmccord alexmccord commented May 31, 2024

What's new?

New Type Solver

  • Assignments have been completely reworked to fix a case of cyclic constraint dependency
  • When indexing, if the fresh type's upper bound already contains a compatible indexer, do not add another upper bound
  • Distribute type arguments over all type families sans eq, keyof, rawkeyof, and other internal type families
  • Fix a case where buffers component weren't read in two places (fixes buffer library doesn't accept buffers in new type solver's non-strict mode #1267)
  • Fix a case where things that constitutes a strong ref were slightly incorrect
  • Fix a case where constraint dependencies weren't setup wrt for ... in statement

Native Codegen

  • Fix an optimization that splits TValue store only when its value and its tag are compatible
  • Implement a system to plug additional type information for custom host userdata types

Internal Contributors

Co-authored-by: Aaron Weiss [email protected]
Co-authored-by: Alexander McCord [email protected]
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: Vighnesh Vijay [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]

aatxe and others added 30 commits November 3, 2023 12:47
- Add SUBRK and DIVRK bytecode instructions
    - Enables future performance optimizations

Miscellaneous
- Small performance improvements to new non-strict mode
- Introduce more scripts for fuzzing
- Improcements to dataflow analysis
Co-authored-by: Alexander McCord <[email protected]>
Co-authored-by: Andy Friesen <[email protected]>
Co-authored-by: Aviral Goel <[email protected]>
Co-authored-by: David Cope <[email protected]>
Co-authored-by: Lily Brown <[email protected]>
Co-authored-by: Vyacheslav Egorov <[email protected]>
@alexmccord alexmccord merged commit daf7932 into master May 31, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants