https://bugs.kde.org/show_bug.cgi?id=360571
--- Comment #1 from Julian Seward <jsew...@acm.org> --- (In reply to Anton Kirilov from comment #0) > The assembly language code that is emitted by ART at the beginning of each > method, and that causes the warning, looks like this: > > sub r12, sp, #8192 > ldr.w r12, [r12, #0] My understanding is as follows. The loaded value is not actually used. The load is only performed so as to see if it is actually possible, or whether it takes a segfault on a no-access guard page placed at the lowest address in the stack area. Is that correct? -- You are receiving this mail because: You are watching all bug changes.