Abhinav Anil Sharma
Abhinav Anil Sharma
Looking at prior logs from when the fragment was created, it does look like the mov is modified into the 7-byte version before the fragment is added to the bb...
Using manual runs verified that the diff between the first and second timestamps is much reduced: ``` $ grep timestamp /tmp/view_before.txt | head -n 5 6 0: 1966582 12485 9005:...
@derekbruening I know we solved some timestamp gap related issues before. Do we have a unit test for it that I can add to? If not, do we want one...
I found two failures for the new test: on win64 and x86-32. Still debugging.
x86-32 tool.drcachesim.opcode_mix failure is #6303
@derekbruening This is ready for review. PTAL.
I don't know about other ways to get code coverage, but as far as the DynamoRIO issue is concerned: I don't think Windows on ARM is well-supported by DynamoRIO yet....
> On the other hand, in the latest release version 9.0.19349, there is no response (no output is shown). That's surprising. What is the exit code? Is it non-zero? >...
This issue happens only on sve it seems, but it is similar to a recent non-sve issue that was observed on signalNNN1 tests; where the result of some trig math...
PR #6758 may help with this issue. I haven't used tmate to verify the failure count post that PR though.