Slide 47
Slide 47 text
47
scala-miniboxing.org
Peephole optimization
Peephole optimization
def foo_J(t: Long): Long =
box2minibox(T_Tag,
if (...)
minibox2box(T_Tag, t)
else
???)
to save the day
to save the day
●
special case for if
– and blocks, and array operations and and and