Gary Guo

Results 29 issues of Gary Guo

Statically linked binaries will cause RV8 to crash. I searched for the cause for a while and it turns out that the source code of the glibc port (see https://github.com/riscv/riscv-glibc/blob/riscv-glibc-2.26/sysdeps/riscv/start.S)...

I've noticed that async-std uses `std::sync::Mutex` in quite a few places. It's well known that parking_lot offers much better performance, and more noticeably space saving, compared to the std mutex,...

enhancement

Stabilisation PR rust-lang/rust#104087

S-waiting-on-stabilization

When testing WinFSP .NET pass-through example, I found that mounting ISO files within the pass-through drive will fail. The following popup is shown: [Window Title] Couldn’t Mount File [Content] The...

The functionality is integrated to cw310_params as extra parameters. The intention is that one can choose to enable JTAG without having to clear the bitstream. For backward compatibility of the...

We want to avoid rebuilding bitstreams if possible. To do this we look at the list of changed files and determine if a rebuild is warranted. Currently the filtering is...

Update GitHub CI runner to 22.04 from 20.04 per @GregAC's suggestion.

* Are you using the latest driver? Yes * Are you using the latest EVDI version? Yes * If you are using a DisplayLink device, have you checked 'troubleshooting' on...

This API has been deprecated and doesn't work for newly created client IDs. The login part is already migrated previously in https://github.com/NixOS/hydra/pull/1281 and the only usage left is the logout...