Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как переписать QuikSharp под Lua 5.4.1? #326

Open
exvion opened this issue Jun 21, 2022 · 2 comments
Open

Как переписать QuikSharp под Lua 5.4.1? #326

exvion opened this issue Jun 21, 2022 · 2 comments

Comments

@exvion
Copy link
Contributor

exvion commented Jun 21, 2022

Достаточно ли будет просто подсоединить Lua.dll версии 5.4.1? Или там необходимо сделать более масштабные изменения?

@Pr0phet1c
Copy link
Collaborator

Там дополнительный "головняк" с core.dll. Загляните в папку "clibs64".
Адаптацию под 5.3.x @buybackoff делал, если я правильно помню.

А в чем острая необходимость перехода на 5.4?

@exvion
Copy link
Contributor Author

exvion commented Jun 22, 2022

В 5.4 лучше реализована сборка мусора https://www.lua.org/manual/5.4/manual.html#2.5.2 Например, в 5.3.5 этот код потребляет неограниченное количество памяти:
`function main()
while true do
sleep(100)
end
end

function OnQuote(class, sec)
local ql2 = getQuoteLevel2(class, sec)
end
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants