agra-uni-bremen / riscv-vp

RISC-V Virtual Prototype
MIT License
139 stars 49 forks source link

Performance improvements in GDBServer #28

Closed rysiof closed 1 year ago

rysiof commented 1 year ago

In GDB protocol we are sending bunch of smaller packets. Without this change I see that all packets arrive at least 40ms apart (tested on workstation-grade system).

Literature: http://www.unixguide.net/network/socketfaq/2.16.shtml

Cirromulus commented 1 year ago

This seems reasonable, as the TCP connection is usually on localhost, anyway. Thanks, we will have a look at it :)

Cirromulus commented 1 year ago

Was merged.