Skip to content

Commit

Permalink
docs: 准确用词
Browse files Browse the repository at this point in the history
  • Loading branch information
labbbirder authored Apr 24, 2024
1 parent 77b64f9 commit 63cb8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ HookTool.Install();
TargetMethod(); // not hooked
```

此问题在不同的cpu上会有不同的表现。在Install时可以使用extern调用`mfence`的方式保证icache有效性。
此问题在不同的cpu上会有不同的表现。在Install时可以使用`P/Invoke`调用`mfence`的方式保证icache有效性。

### 2.7 Jit code共享(函数体修改副作用)

Expand Down

0 comments on commit 63cb8f4

Please sign in to comment.