UserData read memory wear....?

Moderators: TomKerekes, dynomotion

Post Reply
SamMarrocco
Posts: 85
Joined: Fri Apr 27, 2018 12:44 pm

UserData read memory wear....?

Post by SamMarrocco » Sun Nov 29, 2020 1:02 am

Should I be concerned about reading certain memory locations too often, such as a fast, long running loop that continuously checks a userdata memory location such as

for(;;)
{
MyVariable = *(float *) &persist.UserData[12];
//Some other magic happens here....
}

...causing premature failure of memory locations?

User avatar
TomKerekes
Posts: 2529
Joined: Mon Dec 04, 2017 1:49 am

Re: UserData read memory wear....?

Post by TomKerekes » Sun Nov 29, 2020 3:03 pm

No
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply