hi,
I was wondering how internaly data are processed in multicore process.
if i got an array that need to read and share with multiple core using the same fonction. Does this array will be acceded without dead lock by all the core or will i need to inform the processor that the array is read-only.
Or Does the compilator recognize the read-only acces in this case.
Some explaination of how data are managed in multicore would be fine. Is this array will be copied for each core or shared by all the core. i got an médiatek 9200+ (1*ARM X3,3*ARM A715,4*ARM A510)
thanks.