remove expensive copy of options passed (#82577)
Codegen option is passed copy by value which 138 bytes of copy and used as read-only. Making pass by const reference.
parent
0ed61db6
Please register or sign in to comment
Codegen option is passed copy by value which 138 bytes of copy and used as read-only. Making pass by const reference.