stabilizer icon indicating copy to clipboard operation
stabilizer copied to clipboard

Effects on __attribute__((aligned(64)))

Open Piping opened this issue 4 years ago • 0 comments

Hi,

It is awesome to find such an interesting paper/project for rigorous performance evaluation.

I have one question regarding to the randomization effect.

If programmer manually specifies some parts of memory layout of the program, like cache alignment for global struct, will stabilizer preserve the information set by the programmer? Does heap/code/stack randomization respect the setting?

Best

Piping avatar Sep 24 '19 06:09 Piping