Julia Schlumpp
Julia Schlumpp
You will have to rebase the branch instead of merging the current staging branch into it. Our workflow relies on being able to rebase your changes on top of the...
I think these changes might still make sense. For linuxu I don't think it makes much of a difference and for Xen I can sadly not test it.
I have the same problem with Xen. For linuxu they interrupt functionality is mapped to signals, but I can't see anything where they are used. So I don't know how...
@mogasergiu The commit sounds reasonable, I assume the original `mov` instruction was a mistake?
I ran the same tests on windows [instead of Linux](https://github.com/Amanieu/parking_lot/issues/201#issuecomment-570810173). The results are [here](https://gist.github.com/theunknownxy/11fae934450bcbf7686cf05d1e62f322). Also a run of the "extreme contention" case with SwitchToThread instead of Sleep: ``` Running `target\release\lock-bench.exe...
@cynecx yes that's correct. I just tried it on some other hardware: i7-4770T (Haswell, Desktop) ``` lock-bench> cargo run --release 32 2 10000 100 Finished release [optimized] target(s) in 0.00s...
@cynecx Lowering the value in the condition does not seem to have an impact on the results. `self.counter
There is [one resource pack](https://github.com/yvt/openspades/blob/master/Resources/PakLocation.txt) that contains some non GPL files. I don't remember how important that file was, but the flatpak tries to [reflect that in the metadata](https://github.com/flathub/jp.yvt.OpenSpades/blob/afe9800287a9a880d79f545db55ab9ac6755f63c/jp.yvt.OpenSpades.appdata.xml#L5). However,...