-
Notifications
You must be signed in to change notification settings - Fork 1
Java memory Model
Ravi Chaudhary edited this page Aug 21, 2019
·
1 revision
Core1 | Core2 | Core3 | Core4 |
register1 | register2 | register3 | register4 |
L1 Cache | L1 Cache | L1 Cache | L1 Cache |
L2 Cache | L2 Cache | ||
L3 Cache | |||
RAM |
- Order of execution: No matter in which way compiler executes the statements in a program the result should always be the same
- Happens before relationship