Hello, I found that currently if a function with specific optimization flags is inlined, the flags are lost during compilation. This will happen much more often with LTO (which still cannot handle it in bytecode). I wonder whether this is the best way to do it. Maybe we just don't inline any function with specific optimization flags or have an extra option to choose that. What do you think?
Cheers, Bingfeng Mei