←back to thread

700 points elipsitz | 3 comments | | HN request time: 0.001s | source
1. amelius ◴[] No.41201653[source]
How easy is it to share memory between two of these processors?
replies(1): >>41203463 #
2. sounds ◴[] No.41203463[source]
Hmm, a 4-core cluster?

Easiest would be to wire up two chips with bidirectional links and use a fault handler to transfer small blocks of memory across. You're reimplementing a poor man's MESIF https://stackoverflow.com/questions/31876808.

replies(1): >>41203764 #
3. amelius ◴[] No.41203764[source]
This is something I'd like to see an article about on HN :)