starblue1 has quit [Ping timeout: 240 seconds]
starblue1 has joined #rust-embedded
cyrozap-ZNC has quit [Quit: Client quit]
cyrozap has joined #rust-embedded
radens has quit [Quit: Connection closed for inactivity]
cr1901_ has joined #rust-embedded
cr1901 has quit [Ping timeout: 240 seconds]
starblue1 has quit [Ping timeout: 240 seconds]
starblue1 has joined #rust-embedded
rardiol has joined #rust-embedded
tafa has quit [Quit: ZNC - https://znc.in]
tafa has joined #rust-embedded
cr1901_ is now known as cr1901
Amadiro has quit [Remote host closed the connection]
gsalazar_ has quit [Ping timeout: 240 seconds]
<re_irc> <@henrik_alser:matrix.org> unwrap_unchecked() …does this mean no format bloat?
<re_irc> <@korken89:matrix.org> Sounds like UB about to happen :D
<re_irc> <@henrik_alser:matrix.org> Lol, yes but when you’re SURE?
<re_irc> <@dirbaio:matrix.org> to get rid of format bloat build with `-Zbuild-std=core -Zbuild-std-features=panic_immediate_abort`
<re_irc> <@dirbaio:matrix.org> no need for crazy unsafe
<re_irc> <@henrik_alser:matrix.org> Ahh! Thanks!
<re_irc> <@dirbaio:matrix.org> panics compile to a single `udf` instruction, just 2 bytes!
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #rust-embedded
rardiol has quit [Ping timeout: 240 seconds]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #rust-embedded
<re_irc> <@adamgreig:matrix.org> John Ericson: on thumbv6? there shouldn't be CAS on v6, only load/store
rardiol has joined #rust-embedded
rardiol has quit [Ping timeout: 256 seconds]
<re_irc> <@thejpster:matrix.org> I didn't think you could load an unmodified target dump. At least not without removing the "built-in" marker.