Hacker News new | ask | show | jobs
by bonzini 3465 days ago
We used transactional memory in QEMU to emulate load-locked/store-conditional instructions, and it had much better performance than instrumenting each store manually (20%, I think).