lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


So, Lua 5.2 will have a yield friendly pcall. How easy is this to backport
into Lua 5.1.x via a patch?

I'm in the process of fixing a bug with a case where pcall is fighting with
yield. While the efficient thing this morning is to go use our
yield-friendly-but-more-expensive pcall substitute, I would love to stop
fixing these issues.

Mark