luau/VM
Arseny Kapoulkine 38e9317925 Minor tweak to FASTCALL3 instruction
In all other places, L->top is extracted to a local when writing to stack;
this helps compilers without TBAA (MSVC) to not reload L->top redundantly.

Also assert that we do in fact have 2 slots of stack space (which we do).
2024-11-27 11:46:41 +09:00
..
include Sync to upstream/release/650 (#1502) 2024-11-01 12:06:07 -07:00
src Minor tweak to FASTCALL3 instruction 2024-11-27 11:46:41 +09:00