mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
25c54fe60e
A vararg table can be virtual. If the vararg table is used only as a base in indexing expressions, the code does not need to create an actual table for it. Instead, it compiles the indexing expressions into direct accesses to the internal vararg data.