Carlo Marcelo Arenas Belón

Results 21 issues of Carlo Marcelo Arenas Belón

to round up all methods for consistency and avoid unnecessary tracebacks

While installing GNU make is usually not that difficult, this addresses a specific pain point of Windows developers without IMHO making it more difficult to support the build in other...

Make the Apple Silicon code smarter, so it can allow binaries built for not existent OS versions, to easy the pain of "fat binary" builders that need to target older...

Change -P so it will by default only include the ASCII digits when \d is used in a expresion, as it performs better and it is what the user wanter...

as shown when building in Debian 12 using the `gcc-12-arm-linux-gnueabi` cross compiler and testing with `qemu-user-static` (not a Debian issue, but attempting to reflect what is likely happenning with at...

Simplifies the recently introduced `execute_cpu_id` and brings the logic a little closer to the original, while avoiding to hardcode `rsi`. Tested in macOS (only 64bit available), Linux, NetBSD, OpenBSD, FreeBSD,...

Fixes a problem in 32bit AIX, where functions using doubles will fail to map correctly their function parameters. ``` $ bin/sljit_test -s test58 case 4 failed test59 case 4 failed...

Might become useful when byte swapping in bulk and therefore as it is meant to be performance sensitive, not Including (at least for now) emulation. Not particularly fond of he...

while this doesn't fully fix higher offset issues with atomics in s390x (with the emulation) it is worth doing and provides enough data to discuss the different approaches that could...

assumes all atomics are at least 32bit aligned through setting a per CPU type `SLJIT_ATOMIC_WIDTH` and make emulation optional and disabled by default with `SLJIT_ATOMIC_EMULATION` only the bits that correspond...