Varargs worst case
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Varargs worst case
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: 2018年6月27日 21:09:17 -0300
A long time ago I created what I believe to be the worst case for
varargs handling:
https://github.com/SoniEx2/Stuff/tree/master/lua/Forth
(Note that the code is not particularly good but it does do the "varargs
hammering" pretty well IMO)
I'd consider this a good benchmark for varargs performance across versions.
I'm pretty sure if this code worked in Lua 5.0 the performance would be
worse than bad, but luckily it doesn't work!