You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I very quickly tested most of these back in December, but got sidetracked before doing it properly for a PR and have had them on my list to go back to ever since.
It's time for me to admit that I have no idea when or if I'm going to get around to that, so here's the notes. Maybe posting this issue will jolt me to go back to this, but who knows 🤷.
Don't install MyPy for Cython.
MyPy's not needed for the Cython version.
Previously I removed it from shell.nix as a last-minute change, but forgot to remove it from py_env.sh.
You may need to do a git clean -Xi to generate new C sources.
Add notes, but don't implement:
Switch RAM.data to pointer? (~+10%?) int addr in RAM.get (~+10%?)
(IIRC I wasn't sure about implementing the last two because they change the code semantics and thus could be considered unfair/not a 1:1 equivalence to the other implementations.)
The text was updated successfully, but these errors were encountered:
I very quickly tested most of these back in December, but got sidetracked before doing it properly for a PR and have had them on my list to go back to ever since.
It's time for me to admit that I have no idea when or if I'm going to get around to that, so here's the notes. Maybe posting this issue will jolt me to go back to this, but who knows 🤷.
(IIRC I wasn't sure about implementing the last two because they change the code semantics and thus could be considered unfair/not a 1:1 equivalence to the other implementations.)
The text was updated successfully, but these errors were encountered: