mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
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.