71
Applications and Porting / Re: [DEV] Is there any tool to detect the logic that might be impacted by endianess?
« Last post by tle on September 19, 2025, 04:32:39 am »
Most of the time I would not get any error but likely run into unexpected behaviour when running the game or apps.
Your verbs are unclear - "would not" and "likely run into" are future tense, as in, you are projecting what might occur. Are you saying the entire code base compiled but has odd behavior when running in Big-endian mode?
If you can compile the source code, run it in Little-endian mode and see if the same unexpected behaviors are present.
Yes, I do project there are potential issue if the app is complex. Sometimes the app just crash early on, but sometimes it does not. The latter scenario can be real pain if applications are lacking of tests. I agree with you that one could always do comparison with ppc64le version. My question is simply curiosity if there is any tool that could analyze the codes / assembly / bytecodes to pick up places that might susceptible to endianness issue
Recent Posts