gvisor/test/perf
Andrei Vagin 2446161b3f perf/signal: rewrite code in assembly to avoid compiler optimizations
Without this change, the assembly code of this test compiled without
optimizations:

mov    -0x150(%rbp),%rax
movl   $0x77777777,(%rax)
lea    -0x128(%rbp),%rax

with optimizations:

movl   $0x77777777,0x0

This code doesn't work properly, because the test changes rax in the segv
handler.

PiperOrigin-RevId: 299896117
2020-03-09 11:53:28 -07:00
..
linux perf/signal: rewrite code in assembly to avoid compiler optimizations 2020-03-09 11:53:28 -07:00
BUILD Mark gettid and getdents as nogotsan 2020-02-28 13:22:35 -08:00