Welcome, Guest. Please login or register.

Author Topic: No need for Semaphore when data size is <= 32 bit ?  (Read 3800 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Steady

Re: No need for Semaphore when data size is <= 32 bit ?
« on: May 01, 2006, 01:12:44 PM »
And, of course, the TAS instruction is a no-no on Amiga anyway as it can screw up chipset timings.

As everyone else is saying, if something is public and could potentially be changed by another process, protect it with a semaphore.

It's not the size that matters.