-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ncall
method for new (0x0a) call command
The old (0x06) returns a table with the return values of the function call, where each value is wrapped in an array. The new command returns a table that contains the values unwrapped. This saves table allocations, thus creating less unnecessary work for the garbage collector.
- Loading branch information
1 parent
ac2dd43
commit 6a3e26d
Showing
1 changed file
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters