https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122096
--- Comment #14 from Haochen Jiang <haochen.jiang at intel dot com> --- The issue for 736.ocio_r is many frequently inlined function got devirtualization, like _M_release(), as shown in dump. Those caused the codesize increased a lot since the code piece is repeated. Should we adjust threshold here for -O2?
