Re: [Tinycc-devel] apple support

2022-11-25 Thread Christian Jullien
Herman, you've done an incredible job to make this happen. Thank you very much for your time and your patience. Let me precise that, macOS arm64 still supports --cpu=x86_64 and runs flawlessly the whole test suite. Funny, on benchmarks made on my Ventura M1 machine, I see no significant differen

[Tinycc-devel] apple support

2022-11-25 Thread Herman ten Brugge via Tinycc-devel
I recently added code to allow the apple m1 to work. First I implemented the older apple code with position independent executables(pie). After that I implemented the newer macos code. The old code is the default. The new code can be selected with configure option '--config-new_macho'. I suspe