Vighnesh
557e77a676
VM
...
- 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
2023-12-01 18:04:44 -08:00
Alexander McCord
4b68791b2c
Sync to upstream/release/603
2023-11-10 10:05:48 -08:00
Aaron Weiss
a0b9950541
Sync to upstream/release/602
2023-11-03 12:47:28 -07:00
Lily Brown
8237b2f593
Sync to upstream/release/601
2023-10-27 12:33:36 -07:00
Vighnesh
897a5da14e
Sync to upstream/release/600
2023-10-20 13:36:26 -07:00
Lily Brown
34efdb3b0a
Sync to upstream/release/599
2023-10-13 12:38:31 -07:00
Andy Friesen
22e3d1fa46
Sync to upstream/release/598
2023-10-06 10:31:16 -07:00
Andy Friesen
d8b97f4745
Sync to upstream/release/595
2023-09-15 09:27:45 -07:00
Vyacheslav Egorov
a811050505
Sync to upstream/release/592
2023-08-25 18:25:09 +03:00
Andy Friesen
433d966ea8
Sync to upstream/release/591
2023-08-18 10:06:29 -07:00
Vyacheslav Egorov
089da9e924
Sync to upstream/release/590
2023-08-11 15:55:30 +03: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
5e1aca164c
Sync to upstream/release/588
2023-07-28 14:37:00 +03:00
Vyacheslav Egorov
b403075573
Sync to upstream/release/584
2023-07-14 08:57:16 -07:00
Andy Friesen
e00dbbeaf2
Sync to upstream/release/583
2023-07-07 10:14:35 -07:00
Andy Friesen
6ee4f190ab
Sync to upstream/release/581
2023-06-16 10:01:18 -07:00
Vyacheslav Egorov
b8e9d07b20
Sync to upstream/release/578
2023-05-25 23:46:51 +03:00
Vyacheslav Egorov
d1acde36bb
Sync to upstream/release/570
2023-03-31 15:21:14 +03:00
Vyacheslav Egorov
e280064f45
Sync to upstream/release/568
2023-03-17 16:59:30 +02: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
dba2936823
Sync to upstream/release/562
2023-02-03 14:34:12 +02:00
Andy Friesen
53d03f94f7
Sync to upstream/release/561
2023-01-27 13:28:45 -08:00
Andy Friesen
96c1cafff2
Sync to upstream/release/559
2023-01-13 12:36:28 -08:00
Vyacheslav Egorov
36f5009026
Sync to upstream/release/558
2023-01-06 18:07:19 +02:00
Vyacheslav Egorov
fc459699da
Sync to upstream/release/555
2022-12-02 12:46:05 +02:00
Andy Friesen
2eff6cfe50
Sync to upstream/release/550
2022-10-21 10:33:43 -07:00
Vyacheslav Egorov
d82e73607c
Sync to upstream/release/549
2022-10-14 01:59:53 +03:00
Arseny Kapoulkine
d0989b9e15
Sync to upstream/release/547
2022-09-29 15:11:54 -07:00
Arseny Kapoulkine
48fb5a3483
Sync to upstream/release/546
2022-09-23 11:32:10 -07:00
Arseny Kapoulkine
dec4b67b5a
Sync to upstream/release/544
2022-09-08 14:44:50 -07:00
Arseny Kapoulkine
c6ac06e656
Sync to upstream/release/543
2022-09-01 16:00:14 -07:00
Arseny Kapoulkine
3008da98df
Sync to upstream/release/542
2022-08-25 13:55:08 -07:00
Arseny Kapoulkine
b3e6dcecfd
Sync to upstream/release/541
2022-08-18 14:04:33 -07:00
Arseny Kapoulkine
106b269885
Sync to upstream/release/540
2022-08-11 13:42:54 -07:00
Arseny Kapoulkine
4a9cfd57a6
Sync to upstream/release/539
2022-08-04 14:27:28 -07:00
Arseny Kapoulkine
3202869acc
Sync to upstream/release/538
2022-07-28 20:41:13 -07:00
Arseny Kapoulkine
8e8ae0a01d
Sync to upstream/release/537
2022-07-21 13:36:41 -07:00
Arseny Kapoulkine
4bd651292d
Sync to upstream/release/536
2022-07-14 15:39:35 -07:00
Arseny Kapoulkine
8f040862b1
Sync to upstream/release/534
2022-06-30 16:29:02 -07:00
Arseny Kapoulkine
6d14bdadf4
Sync to upstream/release/533
2022-06-23 18:44:07 -07:00
Arseny Kapoulkine
88b3984711
Sync to upstream/release/532
2022-06-16 17:54:42 -07:00
Arseny Kapoulkine
316838f253
Sync to upstream/release/531
2022-06-16 17:52:23 -07:00
Rob Blanckaert
871a3a21c5
Sync to origin/release/530
2022-06-03 13:32:20 -07:00
Rob Blanckaert
c4e05eb7c1
Sync to upstream/release/529
2022-05-26 13:33:48 -07:00
Arseny Kapoulkine
7e9e697489
Sync to upstream/release/527
2022-05-19 16:46:52 -07:00
Arseny Kapoulkine
298b33859b
Sync to upstream/release/527
2022-05-13 12:16:50 -07:00
Arseny Kapoulkine
bb57bf9603
Sync to upstream/release/526
2022-05-05 16:52:48 -07:00
Arseny Kapoulkine
4d9ac7db1e
Sync to upstream/release/525
2022-04-28 18:04:52 -07:00
Arseny Kapoulkine
f2677f6975
Sync to upstream/release/524
2022-04-21 14:04:22 -07:00