SA-MP Forums Archive
[Plugin] JIT compiler - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] JIT compiler (/showthread.php?tid=326980)

Pages: 1 2 3 4 5


Re: JIT compiler - Lasha - 19.07.2017

Plug-in the beginning of the insert? Or no matter where?


Respuesta: JIT compiler - JuanUgalde - 18.08.2017

I would be interested to know whether JIT Plugin can translates AMX bytecode to native x64 code at run time

I work on a server in a modular way, I have hook in any file script, I am not sure if JIT Plugin supports ALS hook with method 7

Thanks


Re: Respuesta: JIT compiler - Spmn - 19.08.2017

Quote:
Originally Posted by JuanUgalde
Посмотреть сообщение
I would be interested to know whether JIT Plugin can translates AMX bytecode to native x64 code at run time
samp03svr is a x86 executable, so unless you wrote your own SA-MP server and built it with a x64 compiler; why would you need x64 code?


Re: JIT compiler - ByMatt20030 - 06.09.2017

їThis maybe could make dini's functions a bit faster? XD


Re: JIT compiler - Mauzen - 06.09.2017

Quote:
Originally Posted by ByMatt20030
Посмотреть сообщение
їThis maybe could make dini's functions a bit faster? XD
Barely. Dini is slow because its using files. The actual computation time is tiny compared to the file access delays.