Alexander McCord
d42188a2da
Merge branch 'heads/upstream' into merge
2023-09-29 17:25:41 -07:00
Alexander McCord
3bfc864280
Sync to upstream/release/597
2023-09-29 17:22:06 -07:00
Aaron Weiss
3882ab1488
Merge branch 'upstream' into merge
2023-09-22 11:12:50 -07:00
Aaron Weiss
81681e2948
Sync to upstream/release/596
2023-09-22 11:10:49 -07:00
Andy Friesen
c0449320f0
Merge branch 'upstream' into merge
2023-09-15 09:28:12 -07:00
Andy Friesen
d8b97f4745
Sync to upstream/release/595
2023-09-15 09:27:45 -07:00
Vyacheslav Egorov
789ece0941
Merge branch 'upstream' into merge
2023-09-07 16:33:17 -07:00
Vyacheslav Egorov
8e28c240bd
Sync to upstream/release/594
2023-09-07 16:28:45 -07:00
Lily Brown
09fdb4cfbd
Merge branch 'upstream' into merge
2023-09-01 10:15:30 -07:00
Lily Brown
397dbb1188
Sync to upstream/release/593
2023-09-01 09:38:53 -07:00
Vyacheslav Egorov
51d4d18ec0
Late fixes
2023-08-25 18:46:28 +03:00
Vyacheslav Egorov
8cf13435c8
Merge branch 'upstream' into merge
2023-08-25 18:45:54 +03:00
Vyacheslav Egorov
a811050505
Sync to upstream/release/592
2023-08-25 18:25:09 +03:00
Andy Friesen
bdc2f6907b
Merge branch 'upstream' into merge
2023-08-18 10:12:05 -07:00
Andy Friesen
433d966ea8
Sync to upstream/release/591
2023-08-18 10:06:29 -07:00
Vyacheslav Egorov
50571a7a15
Merge branch 'upstream' into merge
2023-08-11 15:57:09 +03:00
Vyacheslav Egorov
089da9e924
Sync to upstream/release/590
2023-08-11 15:55:30 +03:00
Andy Friesen
b26eeacfd2
Merge branch 'upstream' into merge
2023-08-04 10:02:13 -07:00
Andy Friesen
25cc75b096
* Progress toward a diffing algorithm for types. We hope that this will be useful for writing clearer error messages.
...
* Add a missing recursion limiter in `Unifier::tryUnifyTables`. This was causing a crash in certain situations.
* Luau heap graph enumeration improvements:
* Weak references are not reported
* Added tag as a fallback name of non-string table links
* Included top Luau function information in thread name to understand where thread might be suspended
* Constant folding for `math.pi` and `math.huge` at -O2
* Optimize `string.format` and `%*`
* This change makes string interpolation 1.5x-2x faster depending on the number and type of formatted components, assuming a few are using primitive types, and reduces associated GC pressure.
New solver
* Initial work toward tracking the upper and lower bounds of types more accurately.
JIT
* Add IrCmd::CHECK_TRUTHY for improved assert fast-calls
* Do not compute type map for modules without types
* Capture metatable+readonly state for NEW_TABLE IR instructions
* Replace JUMP_CMP_ANY with CMP_ANY and existing JUMP_EQ_INT
* Add support for exits to VM with reentry lock in VmExit
2023-08-04 10:01:35 -07:00
Vyacheslav Egorov
4c6a370872
Merge branch 'upstream' into merge
2023-07-28 15:05:40 +03:00
Vyacheslav Egorov
5e1aca164c
Sync to upstream/release/588
2023-07-28 14:37:00 +03:00
Vyacheslav Egorov
4ffa98f4df
Merge branch 'upstream' into merge
2023-07-14 08:59:07 -07:00
Vyacheslav Egorov
b403075573
Sync to upstream/release/584
2023-07-14 08:57:16 -07:00
Andy Friesen
b92d4d7d99
Merge branch 'upstream' into merge
2023-07-07 10:14:50 -07:00
Andy Friesen
e00dbbeaf2
Sync to upstream/release/583
2023-07-07 10:14:35 -07:00
Vyacheslav Egorov
e1a7c3b0f1
Merge branch 'upstream' into merge
2023-06-24 08:34:11 +03:00
Vyacheslav Egorov
8bc2f51d89
Sync to upstream/release/582
2023-06-24 08:33:44 +03:00
Andy Friesen
00b9898ffc
Merge branch 'upstream' into merge
2023-06-16 10:06:38 -07:00
Andy Friesen
6ee4f190ab
Sync to upstream/release/581
2023-06-16 10:01:18 -07:00
Vyacheslav Egorov
a9becc9b70
Merge branch 'upstream' into merge
2023-06-09 15:21:03 +03:00
Vyacheslav Egorov
88cd3dda87
Sync to upstream/release/580
2023-06-09 15:20:36 +03:00
Andy Friesen
a3d22decf8
Merge branch 'upstream' into merge
2023-06-02 11:18:16 -07:00
Andy Friesen
f4357400c5
Sync to upstream/release/579
2023-06-02 11:17:31 -07:00
Vyacheslav Egorov
fc9557db1e
Merge branch 'upstream' into merge
2023-05-25 23:47:23 +03:00
Vyacheslav Egorov
b8e9d07b20
Sync to upstream/release/578
2023-05-25 23:46:51 +03:00
Andy Friesen
123496b29c
gcc fix.
2023-05-19 12:11:10 -07:00
Andy Friesen
eb7106016e
Sync to upstream/release/577
2023-05-19 11:59:59 -07:00
Vyacheslav Egorov
3247aabf75
Sync to upstream/release/576
2023-05-12 15:15:01 +03:00
Andy Friesen
716f63321a
Sync to upstream/release/575
2023-05-05 12:57:12 -07:00
Vyacheslav Egorov
1c2ce0d731
Sync to upstream/release/574
2023-04-28 14:55:55 +03:00
Andy Friesen
d5cdb687e0
Sync to upstream/release/573
2023-04-21 14:41:03 -07:00
Vyacheslav Egorov
5e771b87ae
Sync to upstream/release/572
2023-04-14 15:05:27 +03:00
Andy Friesen
5309401f49
Sync to upstream/release/571
2023-04-07 12:56:27 -07:00
Vyacheslav Egorov
d1acde36bb
Sync to upstream/release/570
2023-03-31 15:21:14 +03:00
Andy Friesen
81200e13f6
Sync to upstream/release/569
2023-03-24 10:34:14 -07:00
Vyacheslav Egorov
e280064f45
Sync to upstream/release/568
2023-03-17 16:59:30 +02:00
Andy Friesen
4653484913
Sync to upstream/release/567
2023-03-10 11:20:04 -08:00
Vyacheslav Egorov
9a281f0492
Sync to upstream/release/566
2023-03-03 15:45:38 +02:00
Andy Friesen
1e7b23fbfc
Sync to upstream/release/565
2023-02-24 10:24:22 -08:00
Vyacheslav Egorov
5c77305609
Sync to upstream/release/564
2023-02-17 16:53:37 +02:00