Re: JIT compiler v1.2.5 -
xeeZ - 04.02.2014
https://github.com/Zeex/samp-plugin-...eases/tag/v2.0
Re: JIT compiler v1.2.5 -
Reboma - 05.02.2014
Is this work with crashdetect?
Re: JIT compiler v1.2.5 -
xeeZ - 05.02.2014
No, it doesn't work with crashdetect.
Re: JIT compiler v1.2.5 -
xeeZ - 01.09.2014
JIT 2.0.2 is released!
- Fixed crash on invalid instruction
- Fixed crash when executing non-existent public function
- Fixed stupid bug in lctrl 0/1 instructions
- Fixed crash in CallLocal/RemoteFunction() when running plugins that use GDK (e.g. streamer 2.7.3)
Download
Respuesta: JIT compiler v1.2.5 -
oOFotherOo - 01.09.2014
My server crash, why?
Код:
[18:51:54] Loading plugin: jit.so
[18:51:54] JIT plugin v2.0.2 is OK.
[18:51:54] Loaded.
[18:51:54] Loading plugin: streamer.so
[18:51:54] Loaded.
[18:51:54] Loading plugin: gvar.so
[18:51:54]
*** GVar Plugin v1.3 by Incognito loaded ***
[18:51:54] Loaded.
[18:51:54] Loading plugin: MapAndreas.so
[18:51:54] Loaded.
[18:51:54] Loaded 8 plugins.
[18:51:54]
[18:51:54] Filterscripts
[18:51:54] ---------------
[18:51:54] Loading filterscript 'MAPAS.amx'...
[18:51:54] Loaded 1 filterscripts.
[18:51:54] [jit] Invalid or unsupported instruction at address 0000328c:
[18:51:54] [jit] => jrel 0
[18:51:54]
[18:51:54]
[18:51:54]
[18:51:54] =======================================
[18:51:54] | |
[18:51:54] | YSI version 4.00.0001 |
[18:51:54] | By Alex "******" Cole |
[18:51:54] | |
[18:51:54] =======================================
[18:51:54]
Re: JIT compiler v1.2.5 -
paulommu - 02.09.2014
Server crashes when I load a filterscript that uses some of the YSI includes, such as sscanf, y_hooks, y_iterate and y_va.
EDIT: Tested on 2.0.2, still the same problem.
Re: JIT compiler v1.2.5 -
xeeZ - 02.09.2014
It doesn't work with YSI.
Re: JIT compiler v1.2.5 -
uZ1 - 02.09.2014
Do I need to compile my scripts with -d2 or something similar?
Re: JIT compiler v1.2.5 -
xeeZ - 02.09.2014
Quote:
Originally Posted by uZ1
Do I need to compile my scripts with -d2 or something similar?
|
No, you don't need that.
Re: JIT compiler v1.2.5 -
ProjectMan - 03.09.2014
Zeex, any malloc possibility plan with this plugin?
Re: JIT compiler v1.2.5 -
xeeZ - 03.09.2014
What do you mean?
Re: JIT compiler v1.2.5 -
xeeZ - 28.03.2015
JIT 2.0.3 is released!
- Fixed modulo operator producing incorrect results with negative operand
- Added floatcmp() intrinsic
- Added an include file
- Slightly optimized jumps and native calls
Download
Re: JIT compiler v2.0.3 -
kaZax - 31.03.2015
Код:
[19:20:41] Loading plugin: jit.so
[19:20:41] Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins/jit.so))
How to fix?
Debian 7 x64 Wheezy
Re: JIT compiler v2.0.3 -
xeeZ - 31.03.2015
Try compiling it on your host:
https://github.com/Zeex/samp-plugin-...lding-on-linux
Re: JIT compiler v2.0.3 -
kaZax - 01.04.2015
Who can compile jit for Debian 7 x64 Wheezy?
My cmake version 2.8.9 i can't update to 2.8.12.
Re: JIT compiler v2.0.3 -
xeeZ - 01.04.2015
Hold on, I'll recompile it with gcc 4.4 and upload again.
Edit:
Done.
Re: JIT compiler v2.0.3 -
kaZax - 01.04.2015
Link?
Re: JIT compiler v2.0.3 -
xeeZ - 01.04.2015
Oh, it's same as before:
https://github.com/Zeex/samp-plugin-...3-linux.tar.gz
Re: JIT compiler v2.0.3 -
kaZax - 01.04.2015
Quote:
Originally Posted by xeeZ
|
Thank you!
Re: JIT compiler -
RaeF - 21.02.2016
Why does floatlog is 2x slower with jit?