启用 -O 优化 其他CPU修改 RefCount 后 当前CPU不会及时从内存更新 x0 的值 ``` SYNC(1): > 0x1100 ldr x0, [x19] > 0x1104 cmp x0, #0x3 > 0x1108 b.le 0x1104 # 出现死循环 ```