Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information