<@U2SKJHSGK> I don't speak bytecode but if I under...
# announcements
m
@miha-x64 I don't speak bytecode but if I understand correctly you are saying that the reference to the
String
instance is inlined instead of a call to lookup its reference thereby loading the data directly instead of first looking up a constant reference and then loading it. Is that right (at least for a kid who isn't too familiar with bytecode)? 🙂