Roberto Bertolini
Roberto Bertolini
> > I personally see this feature as opt-in just for now, if we don't observe any drawbacks I'd propose to switch the default to fast_memory=True and keep the ptrace...
As requested, I ran a few benchmarks to evaluate the performance differences. The results are the following: ``` ➜ test git:(fast-memory) ✗ python3 bench.py fast memory: 16 bytes in 210871...
Dear @MarcoMeinardi, Thank you for your valuable feedback. Please be assured that your feature request has been escalated and is being treated with the highest priority. To ensure a successful...
Note: this builds onto #75, so we must wait for that to be merged before merging this.
Actually, I forgot about `d.finish()`
 All relevant tests should now be implemented and working correctly
 Confirmed to be working on AWS's t4g instances too
 Updated to integrate `next()` support
Things to fix: - ~~Stepping finish/next~~ done - ~~Floating point register access~~ done - ~~aarch64 tests~~ done