-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-cleanupCategory: CleanupCategory: CleanupF-good-first-issueCall For Participation: Suitable issues for first-time contributorsCall For Participation: Suitable issues for first-time contributorsP-normalPriority: Normal.Priority: Normal.
Description
The following code currently uses an AtomicUsize
to store an address, and it needs to be accessed atomically. We should consider using Atomic<Address>
from the crate (https://crates.io/crates/atomic).
cursor: AtomicUsize, |
Metadata
Metadata
Assignees
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-cleanupCategory: CleanupCategory: CleanupF-good-first-issueCall For Participation: Suitable issues for first-time contributorsCall For Participation: Suitable issues for first-time contributorsP-normalPriority: Normal.Priority: Normal.