DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 550 forks source link

i#5843 scheduler: Add option to disable direct switches #6770

Closed derekbruening closed 2 months ago

derekbruening commented 2 months ago

Adds a new scheduler option field honor_direct_switches and a corresponding command-line parameter -sched_disable_direct_switches to allow a way to disable direct thread switches, primarily for scheduling experimentation.

Adds a unit test.

Issue #5843

derekbruening commented 2 months ago

x32 failure is dr$sim.opcode_mix encoding size #6303