Programier / AngelScript-JIT-Compiler

A test implementation of the JIT compiler for AngelScript
MIT License
8 stars 3 forks source link

32-bit x86 support. #4

Open R4to0 opened 4 months ago

R4to0 commented 4 months ago

Hello! First, great job on making a JIT fot AS, that was something needed for use.

I have a simple question: does this work with x86 32-bit only projects? I see a lot of x86-64 references in the code and I'm in doubt about it. We have a big project that heavily uses Angelscript API which is 32-bit only at the moment.

Thanks!

Programier commented 4 months ago

Hello! Only 64-bit platforms are currently supported. Maybe in the future I will add support for 32-bit platforms.

R4to0 commented 4 months ago

No problem. Thanks for replying!