mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
5284e9667e
Three interlocking changes here: - when accessing an unaligned word, access bytes in high-to-low order - emit metadata for the first (highest) byte accessed - when accessing a multi-word item (i64, f64), access the highest addressed word first Most of these changes are straightforward. In a couple of cases I un-nested tangled control flows by breaking things into cases; this leads to a little duplicated code but is IMO much easier to follow. --HG-- extra : rebase_source : cd3b856b60b22c9e153452e984feeadc64103f25 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
rust | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure |