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 v0.3.2 - leong124 - 06.05.2012

0.4.1 also crashes my server when there is a runtime error:
pawn Код:
public OnFilterScriptInit()
{
    new x = 10,y[1];
    y[x] = 1;
    return 1;
}
0.3.6 doesn't crash the server, but crashdetect 4.7.1 cannot detect any error with the same script above.


Respuesta: JIT compiler v0.3.2 - [Vector] - 06.05.2012

Don't expect support with crashes and things like that because Zeex deleted all his accounts.


Re: JIT compiler v0.3.2 - Slice - 06.05.2012

Just create an issue at GitHub.

https://github.com/Zeex/samp-jit-plugin


Re: JIT compiler v0.3.2 - rbN. - 18.05.2012

Seems to be an update :P Going to try it out


Re: JIT compiler v0.3.2 - Rg-Gaming.Info - 22.05.2012

Great job thanks a lot mate !!!! Now my server is not loading 10 minutes it is actualy loading for about 10-15 max !


Re: JIT compiler v0.3.2 - Night Dreamer - 24.05.2012

crash suddenly https://www.dropbox.com/s/kml3201qm5...524_131240.dmp fix all error plz...


Re: JIT compiler v0.3.2 - Uberanwar - 12.06.2012

Good one!


Re: JIT compiler v0.3.2 - SDraw - 12.06.2012

"jit crashdetect"
Код:
Warning: Runtime error detection will not work during this run because  jit.DLL has been loaded before crashdetect.
"crashdetect jit"
Код:
JIT must be loaded before crashdetect.DLL
Recursion?


Re: JIT compiler v0.3.2 - sent161 - 24.06.2012

https://www.dropbox.com/s/4hu0bzpuqv...624_214933.dmp


Respuesta: JIT compiler v0.3.2 - Patrik356b - 25.06.2012

Great work, haven't seen any issues with this added. But stuff seems to go smoother now.


Re: JIT compiler v0.3.2 - Lordzy - 25.10.2012

This seems useful for me. Nice work.
I'll check this out soon.


Re: JIT compiler v0.3.2 - Y_Less - 25.10.2012

Skillet`: The JIT plugin compiles AMX byte code, which Kalcor doesn't touch. You're thinking of the API, which is an entirely separate entity. You use PAWN to call native functions - the natives may change but the underlying language doesn't.

Even YSI, which hacks the PAWN language to quite some extent, still uses the same underlying AMX byte-code.


Re: JIT compiler v0.3.2 - Plovix - 11.11.2012

This is very useful,I will use this.


Re: JIT compiler v0.3.2 - Night Dreamer - 12.11.2012

[debug] Server crashed due to an unknown error
[debug] System backtrace:
[debug] #0 06369e68 in ?? ()

on jit-1.2.1-win32.zip


Re: JIT compiler v0.3.2 - Cypress - 12.11.2012

Just seen this great release which was released a long awhile ago. I should of really start paying attention on the plugins section.

I will have a look on this on when I'll get some time. Good job! Thanks for the wiki link, indeed.


Re: JIT compiler v0.3.2 - TheArcher - 12.11.2012

This plugin is updated on GitHub.


Re: JIT compiler v0.3.2 - Whitetiger - 15.12.2012

GitHub links are dead, i'll mirror these.

v1.2

windows: http://u-army.com/tiger/random/jit.dll
linux: http://u-army.com/tiger/random/jit.so


Re: JIT compiler v0.3.2 - KingJ - 16.12.2012

Please note that the original GitHub link in the original post is incorrect. It has moved to https://github.com/Zeex/samp-plugin-jit/downloads.


AW: JIT compiler v0.3.2 - [DFE]Ike - 09.01.2013

So, with this plugin I have to compile with -O1 or something else?
I tried -d3 -r -O1 already.

EDIT: WTF?
Code:
[09.01.2013 | 21:51:15]  Loading plugin: JIT
[09.01.2013 | 21:51:15]   JIT plugin v1.2.2 is OK.
[09.01.2013 | 21:51:15]   Loaded.
[09.01.2013 | 21:51:15]  Loading plugin: CrashDetect
[09.01.2013 | 21:51:15]   Warning: Runtime error detection will not work during this run because 
[09.01.2013 | 21:51:15]            JIT.DLL has been loaded before crashdetect.
[09.01.2013 | 21:51:15]   crashdetect v4.9 is OK.
[09.01.2013 | 21:51:15]   Loaded.
And my server.cfg: plugins JIT CrashDetect ...


Re: JIT compiler v1.2.5 - andyandyy8 - 04.02.2014

Link for the plugin?