kobe
kobe
Yes I'm completely agree with you. It was just a proposition. Whatever we'll need to synchronise all together to do it. As you say, Alek is using this branch daily...
Yes maybe just a few python will make the job. It was to avoid to add more complexity to this project like 816-opt.py. but I can't really find a good...
By the way, I tried to test the new version of tcc directly in the develop branch but I noticed some regressions. For example, the timer didn't work anymore, I...
Otherwise we can use pre commit hooks but it's always, it's up to the contributor to activate it or not. Most of time this job is made during the pipeline...
Hi @RetroAntho, It's weird, it works for me: ` /home/kobenairb/workspace/tests/pvsneslib/devkitsnes/tools/816-opt sor2.ps >sor2.asp optimization pass 1: 1314 optimizations performed optimization pass 2: 646 optimizations performed optimization pass 3: 90 optimizations performed...
I would like to help you @RetroAntho, but I can't reproduce your error (buffer overflow). A first step could to use valgrind, which can provides some useful informations to figure...
@RetroAntho, the problem is that code is not C90, you can check it with cppcheck. All others C files in examples look okay, but this ones produces many errors. I...
Hi @RetroAntho, I finally found the problem with the optimizer, I added a PR to fix. It was a good test from you, thank you to detect it. By the...
Hi @RetroAntho, You can fix it by renaming offset (in sor2.c) by whatever else (offset is a reserved keyword for wla). I also fixed data.asm by providing the full path...
You're completely right :) Now it works perfectly for me. My FIX_REFERENCES: Reference to an unknown label "EmptyHandler" error message was, indeed, because my mistake, I didn't rebuild pvsneslib :/...