Slide 54
Slide 54 text
ERB optimization idea 1: opt_ltlt
• In YARV, there are instructions that can bypass
method call overhead for some methods
• ex) +, -, *, /, <, >, ==, <<, …
• ERB generates _erbout.concat instead of
_erbout <<, so there was optimization
chance