Debug work for d_a_e_rdy to get 0.10% GCN progress#2390
Debug work for d_a_e_rdy to get 0.10% GCN progress#2390hatal175 merged 3 commits intozeldaret:mainfrom
Conversation
…regalloc issues remain
TakaRikka
left a comment
There was a problem hiding this comment.
overall looks fine, only thing is for debug differences that aren't related to debug features, i'd use a #if VERSION != VERSION_SHIELD_DEBUG check instead since we'll want to have a debug define that only changes whether debug features are enabled or not, not version differences
Report for GZ2E01 (f63b2db - 0355c0d)📈 Matched code: 56.81% (+0%, +11676 bytes) ✅ |
Using the debug build, I attempted to solve d_a_e_rdy's regalloc issues. I managed to get some functions to match, and demo_camera matches more closely, but some regalloc issues remain. For the functions which continue to have regalloc issues, they mostly match on debug, so IDK what else can be done.
These C-style TUs are very frustrating....