JuliaPackaging / BinaryBuilder.jl

Binary Dependency Builder for Julia
https://binarybuilder.org
Other
384 stars 99 forks source link

audit: Check for rdtsc without preceeding nopl #1288

Open Keno opened 10 months ago

Keno commented 10 months ago

Such sequences can cause issues with rr. We should warn about them in the auditor. See also https://github.com/JuliaLang/julia/pull/50975 https://github.com/rr-debugger/rr/pull/3580