cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
<korvo> So, bad news: I can't find a git repo of PyGirl. Period. I have a copy of code from November 2016, but no git history. If you have a repo and you'd like to share the history, reach out and I'll rebase onto it.
<korvo> ...Did I say that already? Deja vu is really strong sometimes.
<korvo> Anyway, I've confirmed that it actually runs ROMs; this test ROM plays at full speed: https://www.gamebrew.org/wiki/NyanCat_GB
<korvo> I'm a little hesitant to upload PyGirl to GitHub because it seems like GH is getting rid of emulators. I may have to run my own git daemon. Well, my own *public* git. I've already got private backups of a lot of stuff.
itamarst has quit [Quit: Connection closed for inactivity]
<korvo> I got a 40% reduction in CPU usage for PyGirl by cleaning up some constructors and switching from lists to bytearrays. With a little work, it could be a decent emulator; it's already got the logic for cycle-accurate emulation.
<Dagger> that's from 2008 though