whitequark[cis] changed the topic of #glasgow to: https://glasgow-embedded.org · digital interface explorer · https://www.crowdsupply.com/1bitsquared/glasgow · code https://github.com/GlasgowEmbedded/glasgow · logs https://libera.catirclogs.org/glasgow · matrix #glasgow-interface-explorer:matrix.org · discord https://1bitsquared.com/pages/chat
ldcd has quit [Remote host closed the connection]
ldcd has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
esden has quit [Read error: Connection reset by peer]
esden has joined #glasgow
<ldcd> don't fight the compiler, the compiler is way (dumber|smarter) than you
<ldcd> (depending on the platform)
electronic_eel has quit [Quit: No Ping reply in 180 seconds.]
electronic_eel has joined #glasgow
mwk has quit [Ping timeout: 276 seconds]
mwk has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 248 seconds]
ldcd has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
smeding has quit [Quit: Lost terminal]
smeding has joined #glasgow
<josHua[m]1> The compiler is faster and has sharper teeth and lookup tables than you do. It has no 'code of ethics' or considerations for its own future. __In a fair fight, it will win.__... (full message at <https://catircservices.org/_irc/v1/media/download/ASpVzGn2Voyd-MSMLPj_LdZFn9Iky5toje-qucCPTJd0pZGO7t76ZKb4cF4hIoe8ZEUI35gp8d5DRtrbjOTz9L6_8AAAAAAAAGNhdGlyY3NlcnZpY2VzLm9yZy9QS0FOU2NndUlRc0NnRElpeGNnRnBrQ2k>)
nyanotech has quit [Remote host closed the connection]
nyanotech has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 245 seconds]
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
ldcd has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 268 seconds]
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
m42uko has quit [Ping timeout: 252 seconds]
m42uko has joined #glasgow
<jn> josHua[m]1: :D
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
plaes[m] has quit [Quit: Idle timeout reached: 172800s]
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 252 seconds]
ldcd has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
<whitequark> josHua[m]1: exactly
<whitequark> sdcc is actually surprisingly good at some things
<whitequark> for example, i tried optimizing by calling divmul intrinsics instead of leaving it to expand a shift-by-4 into a giant inline unrolled rotate thing
<whitequark> calling the intrinsics is very slightly slower
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
<ldcd> so what you're saying is SDCC is the racoon of compilers?
<whitequark> yeah?
<whitequark> I think so?
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 276 seconds]
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
<whitequark> electronic_eel: still around?
ldcd has joined #glasgow
ldcd has quit [Ping timeout: 248 seconds]
ldcd has joined #glasgow
ldcd has quit [Ping timeout: 246 seconds]
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 276 seconds]
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
ldcd has joined #glasgow
ldcd has quit [Ping timeout: 252 seconds]
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has joined #glasgow
lxdr53374083887 has quit [Read error: Connection reset by peer]
lxdr53374083887 has joined #glasgow
lxdr53374083887 has quit [Remote host closed the connection]
lxdr53374083887 has joined #glasgow
ldcd has quit [Ping timeout: 246 seconds]