An instruction-level BPF memory model
An instruction-level BPF memory model
Posted Jun 6, 2024 12:25 UTC (Thu) by foom (subscriber, #14868)In reply to: An instruction-level BPF memory model by PaulMcKenney
Parent article: An instruction-level BPF memory model
Just to be clear, you are saying the article's statement "operation R1 is allowed to read the value written by W1, even though R2 doesn't." is an accurate reflection of your intended statement?
That, on powerpc CPUs, if the initial value is 0 and W1 stores a 1, you could have R1 read 1 (as written by W1), yet R2 (later in program order than R1, on the same thread) read the initial value of 0?
I'm pretty sure that would be a novel claim, if so.