[Bug 92] threading is broken (most visible on SMP)
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=92 ------- Additional Comments From [email protected] 2005-01-28 19:24 ------- Spinning... Ugh! Anyway, why would "spinning" change anything to the soundness (or not!) or the algorithm, on SMP? I designed the algorithm with single processor (or strong memory model) in mind, so as to avoid having to think about the whole SMP mess (remember that this was before the lately introduced fix to the Java memory model). I would rather like a discussion of the SMP requirements of the algorithm, and how they can be met. I rather dislike black magic solutions, such as some semi-random busy wait. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact.