| 123456789101112131415161718192021222324252627282930313233343536 |
- Testing invalidation due to overwrite:
- x + y = 1 (original)
- x - y = -1 (original)
- x + y = 1 (original)
- x - y = -1 (original)
- x + y = 1 (original)
- x - y = -1 (overwritten)
- x + y = 1 (overwritten)
- x - y = -1 (overwritten)
- x + y = 1 (original)
- x - y = -1 (original)
- x + y = 1 (original)
- x - y = -1 (original)
- x + y = 1 (original)
- x - y = -1 (overwritten)
- Testing invalidation due to delete:
- x + y = 1 (from proto1)
- x - y = -1 (from proto1)
- x + y = 1 (from proto1)
- x - y = -1 (from proto1)
- x + y = 1 (from proto1)
- x - y = -1 (from proto2)
- x + y = 1 (from proto2)
- x - y = -1 (from proto2)
- Testing invalidation due to shadowing:
- x + y = 1 (from proto2)
- x - y = -1 (from proto2)
- x + y = 1 (from proto2)
- x - y = -1 (from proto2)
- x + y = 1 (from proto2)
- x - y = -1 (from proto1)
- x + y = 1 (from proto1)
- x - y = -1 (from proto1)
|