Roberto Bertolini

Results 29 comments of 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()`

![image](https://github.com/user-attachments/assets/21d42151-7ba6-4548-9386-c7fbac56b765) All relevant tests should now be implemented and working correctly

![image](https://github.com/user-attachments/assets/ee8b7038-4142-48d0-a9be-76c3aa13e9a6) Confirmed to be working on AWS's t4g instances too

![image](https://github.com/user-attachments/assets/1c89afbc-f75a-4628-a6cb-9f2942056aeb) Updated to integrate `next()` support

Things to fix: - ~~Stepping finish/next~~ done - ~~Floating point register access~~ done - ~~aarch64 tests~~ done