v1.2.1 stable #252
tomhea
announced in
Announcements
Replies: 1 comment
-
Faster Pointers, Improved DebuggerThe idea of faster pointers came from developing my brainfuck to flipjump compiler. Naturally, the memory access became the bottleneck. If previous code don't work nowIf your code uses pointers, they went through a huge refactor (now faster), and thus the Also, the xor_to_ptr is now xor_hex_to_ptr, and the xor_from_ptr is now xor_hex_from_ptr. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.2.1 changes:
It is all tested, and ready to be used on windows or linux (and mac shouldn't be a problem), with python 3.6+.
The only exception is hex.div which still doesn't work (its tests are xfailed), so you can use the slower-but-stable bit.div+casts for division.
This discussion was created from the release v1.2.1 stable.
Beta Was this translation helpful? Give feedback.
All reactions