samp-plugin-jit icon indicating copy to clipboard operation
samp-plugin-jit copied to clipboard

JIT plugin for SA-MP server (JIT compiler for Pawn 3.2)

Results 11 samp-plugin-jit issues
Sort by recently updated
recently updated
newest added

Can I add support for the Crashdetect plugin along with the JIT?

JIT Version: Last version YSI Version: 5.05.0403 Compiler: 3.10.10 MyPlugins: plugins jit.dll sscanf.dll mysql.dll streamer.dll pawncmd.dll ``` // Main Plugin // #include #include #include #include #include #include #include #include #include...

Actual jit version is incompatible with incognito's streamer.dll 2.9.5 version and any lower. Tested on this blank gamemode [blank.txt](https://github.com/Zeex/samp-plugin-jit/files/7251885/blank.txt) Jit version 2.4.1 server_log.txt: Same with version 2.4. [server_log.txt](https://github.com/Zeex/samp-plugin-jit/files/7251868/server_log.txt) `[15:42:15] [jit]...

Seems that `jump_lookup_label_` returns 0 and it tries to use that https://github.com/Zeex/samp-plugin-jit/blob/a704bcbc23f26d5a9f72775199f3de18b3379a61/src/amxjit/compiler_impl.cpp#L1775-L1779 ![imagen](https://user-images.githubusercontent.com/18301034/80401875-55eccc00-88bd-11ea-91d7-0cbfc74b3cf5.png) Server crashes after this

it only recognizes linux branch, for windows not try'd with tags still same errors `WARN: failed to ensure package github.com/Zeex/samp-plugin-jit: failed to ensure asset: failed to get plugin Zeex/samp-plugin-jit from...

when I put this plugin, I get 20% more crashes on players than without it.... question why?

For some reasons, JIT doesn't work with Extended Vehicle Info (https://github.com/Vince0789/sa-mp-extended-vehicle-information) included. If I include it in my script, the server would not start.

Could it be possible to prevent errors from killing the whole server (similar to the default behavior)? Instead of crashing and shutting down, just halt execution of the current callback....

Hi guys, i'm trying to run JIT on centos 7, compiled on my own dedicated server, but so far without luck.. what worries me is that on debin 9 it...

if I have crashdetect in my server i recive In order for runtime error detection to work CrashDetect must be loaded before jit.DLL. but if i load crashdetect before jit,...