Changes between Initial Version and Version 2 of Ticket #418


Ignore:
Timestamp:
Jun 6, 2008 10:53:01 PM (16 years ago)
Author:
bennylp
Comment:

Done in r1992

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #418

    • Property Priority changed from normal to major
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #418 – Description

    initial v2  
    11The original idea of not using mutex in regc was because operations should be serialized by 8-bit boolean flags, and (I heard) operation to 8-bit variables should be atomic. But it seems that with recent modifications/bug fixes in regc, this rule may not hold anymore (such as the timer, which I think was added only quite recently).  
    2  
    3 So I guess adding a mutex will not hurt, and it even should add robustness to the code.