是否存在与编译器无关的 POSIX + C 标准方法来刷新指令缓存?

huangapple go评论61阅读模式
英文:

Is there any compiler independent POSIX + C Standard method of flushing the instruction cache?

问题

我想要一种类似于GCC中的__builtin___clear_cache的刷新指令缓存的方法,但不依赖于编译器,是否有符合POSIX + C标准的方法来执行这个操作?

英文:

I would like a method of flushing the instruction cache similar to __builtin___clear_cache in GCC but for clearing the instruction cache independent of the compiler. Is there any POSIX + C Standard compliant way to do this?

答案1

得分: 3

没有C标准方法来刷新指令缓存。

英文:

There is no C Standard method of flushing the instruction cache.

huangapple
  • 本文由 发表于 2023年1月6日 12:50:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/75027044.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定