Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kmowery
on Dec 24, 2014
|
parent
|
context
|
favorite
| on:
Flipping bits in memory without accessing them [pd...
No, they reproduced on "Intel (Sandy Bridge, Ivy Bridge, and Haswell) and AMD (Piledriver) systems using a 2GB DDR3 module." (see Section 4)
They evict cache lines using the CLFLUSH x86 instruction, which I believe is unprivileged.
dllthomas
on Dec 25, 2014
[–]
CLFLUSH is definitely unprivileged - I made use of it on a recent project (evicting outbound messages from a core's cache cut cash misses meaningfully).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
They evict cache lines using the CLFLUSH x86 instruction, which I believe is unprivileged.