Loris Reiff
Loris Reiff
I think I have come across the same or a similar issue: [reproducible.tar.gz](https://github.com/HexHive/retrowrite/files/6397792/reproducible.tar.gz)
Edit: I just realized that I had several instances of xcape running... Naturally it didn't work as expected. ~I have the same problem on Fedora 30:~ xcape debug output: ```...
One way to address this, is to extract the function dot file generation part of the pass into a separate pass. Then one could use `opt` with this new pass...
I think I stumbled on this as well when reimplementing it in c++ and I also realized that we miss the "one function away", which is why I didn't give...
Same issue here. N9 wazapp 0.9.21 - Yowsup 0.2.731
I did some experimenting on the branch [locking-experiments-loris](https://github.com/Liblor/advanced_operating_systems_2020/tree/locking-experiments-loris). My current suspicion is that the static refill function is the issue. When I put the static heap size to `4000*BASE_PAGE_SIZE`, the...