search for: 964592

Displaying 1 result from an estimated 1 matches for "964592".

Did you mean: 964502
2018 May 03
0
Alignment Member Functions should be Virtual
On 3 May 2018 at 03:23, Hiroyuki Chishiro via llvm-dev <llvm-dev at lists.llvm.org> wrote: > However, aligned memory access instructions (such as 32-bit LW) are > used in this case, and hence my compiler cannot correctly access char > string written in C. This hardware situation was reasonably common in the past, but code still accessed objects not aligned to 32-bits. The compiler