hoglet67 / PiTubeDirect

Bare-metal Raspberry Pi project that attaches to the Acorn TUBE interface and emulates many BBC Micro Co Processors
GNU General Public License v3.0
188 stars 23 forks source link

JIT 6502: Hangs on Pi 4 #142

Closed hoglet67 closed 3 years ago

hoglet67 commented 3 years ago

Alpha4 works file, Beta1 hangs at the language transfer.

Bisecting shows this is the commit that breaks things: ec8d836c (improve a53 I cache flush)

I have no idea how to start debugging this, because I don't understand the details of what is being flushed here, and why it's got so complicated.

dp111 commented 3 years ago

Let back out that commit and I'll look at it in more detail for the next release.

On Fri, 26 Nov 2021 at 10:46, David Banks @.***> wrote:

Alpha4 works file, Beta1 hangs at the language transfer.

Bisecting shows this is the commit that breaks things: ec8d836 https://github.com/hoglet67/PiTubeDirect/commit/ec8d836c2b07caf8bc4cc4b4774254bb5567fa6b (improve a53 I cache flush)

I have no idea how to start debugging this, because I don't understand the details of what is being flushed here, and why it's got so complicated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hoglet67/PiTubeDirect/issues/142, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVVFIXROCIXHMQVTOW45PDUN5QSHANCNFSM5I2LW5JA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

hoglet67 commented 3 years ago

OK, I'll revert that commit.

hoglet67 commented 3 years ago

Reverted....