luau/VM/src
vegorov-rbx 4b267aa5c5
Sync to upstream/release/574 (#910)
* Added a limit on how many instructions the Compiler can safely produce
(reported by @TheGreatSageEqualToHeaven)

C++ API Changes:
* With work started on read-only and write-only properties,
`Property::type` member variable has been replaced with `TypeId type()`
and `setType(TypeId)` functions.
* New `LazyType` unwrap callback now has a `void` return type, all
that's required from the callback is to write into `unwrapped` field.

In our work on the new type solver, the following issues were fixed:

* Work has started to support https://github.com/Roblox/luau/pull/77 and
https://github.com/Roblox/luau/pull/79
* Refinements are no longer applied on l-values, removing some
false-positive errors
* Improved overload resolution against expected result type
* `Frontend::prepareModuleScope` now works in the new solver
* Cofinite strings are now comparable

And these are the changes in native code generation (JIT):

* Fixed MIN_NUM and MAX_NUM constant fold when one of the arguments is
NaN
* Added constant folding for number conversions and bit operations
* Value spilling and rematerialization is now supported on arm64
* Improved FASTCALL2K IR generation to support second argument constant
* Added value numbering and load/store propagation optimizations
* Added STORE_VECTOR on arm64, completing the IR lowering on this target
2023-04-28 12:55:13 -07:00
..
lapi.cpp Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
lapi.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
laux.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lbaselib.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lbitlib.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lbuiltins.cpp Sync to upstream/release/570 (#885) 2023-03-31 11:42:49 -07:00
lbuiltins.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
lbytecode.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
lcommon.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lcorolib.cpp Sync to upstream/release/544 (#669) 2022-09-08 15:14:25 -07:00
ldblib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
ldebug.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
ldebug.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
ldo.cpp Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
ldo.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lfunc.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lfunc.h Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lgc.cpp Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
lgc.h Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lgcdebug.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
linit.cpp Sync to upstream/release/516 (#397) 2022-02-24 15:53:37 -08:00
lmathlib.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
lmem.cpp Sync to upstream/release/519 (#422) 2022-03-17 17:46:04 -07:00
lmem.h Sync to upstream/release/521 (#443) 2022-03-31 14:01:51 -07:00
lnumprint.cpp Sync to upstream/release/517 (#408) 2022-03-04 08:36:33 -08:00
lnumutils.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
lobject.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
lobject.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
loslib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lperf.cpp Sync to upstream/release/562 (#828) 2023-02-03 11:26:13 -08:00
lstate.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lstate.h Sync to upstream/release/569 (#878) 2023-03-24 11:03:04 -07:00
lstring.cpp Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lstring.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lstrlib.cpp Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
ltable.cpp Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
ltable.h Sync to upstream/release/538 (#616) 2022-07-28 21:24:07 -07:00
ltablib.cpp Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
ltm.cpp Sync to upstream/release/547 (#690) 2022-09-29 15:23:10 -07:00
ltm.h Sync to upstream/release/547 (#690) 2022-09-29 15:23:10 -07:00
ludata.cpp Add lua_getuserdatadtor (#870) 2023-04-11 12:46:55 -07:00
ludata.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lutf8lib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lvm.h Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
lvmexecute.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
lvmload.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lvmutils.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00