lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Op Mon, 11 Oct 2021 18:39:59 +0200 schreef Roberto Ierusalimschy <roberto@inf.puc-rio.br>:


It would be good to know how this change works in other architectures.

-- Roberto


ARM Cortex M0+/1 will throw a fault on unaligned access.

https://www.iar.com/knowledge/support/technical-notes/compiler/accessing-unaligned-data/

-- Jasper