Compatibility of YSI with JIT & Zeex's pawn 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compatibility of YSI with JIT & Zeex's pawn compiler (
/showthread.php?tid=643836)
Compatibility of YSI with JIT & Zeex's pawn compiler -
Kaperstone - 28.10.2017
I once saw that the YSI library isn't compatible with JIT or Zeex's Pawn library and I wanted to know which one of them isn't compatible and if I can use specific libraries which are compatible with the two above.
(specifically iterate/foreach, ycmd, stringhash, va, qwertyuip and inline)
Re: Compatibility of YSI with JIT & Zeex's pawn compiler -
Kaperstone - 28.10.2017
Quote:
Originally Posted by ******
I've been working on it. Zeex's compiler has been supported for a long time. Parts of YSI also work with the JIT already, but not many. I have a branch that is more done, though it is a little behind master in other areas. Currently I've got everything but y_inline done.
|
I read one of your posts that you've been reusing code from other libraries, so I ain't sure if I can include anything but y_inline (?)
I'd appreciate if you could create a table with compatibility; I ain't sure what features are missing when you say "little behind the master" but I suppose they're minor and probably not something I'd use.
Last but not least, what was/is the incompatibility with JIT?
I wonder in case if I stumble upon one - I could identify it or avoid using specific code.