Enable NGEN for methods marked with AggressiveOptimization (#27259)
authorDong-Heon Jung <dheon.jung@samsung.com>
Fri, 18 Oct 2019 00:23:51 +0000 (09:23 +0900)
committer정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자 <dheon.jung@samsung.com>
Tue, 3 Dec 2019 05:58:35 +0000 (14:58 +0900)
commit3d4d8f7a45f53f4bc9c91921143ce3e91a5c03ea
tree89a19bb2c5f043544fbd235981e69b8f93496c46
parent4b8fcc6d449e3bcd9c5e95181c063e6ce73e40d1
Enable NGEN for methods marked with AggressiveOptimization (#27259)

- Methods marked with AggressiveOptimization are not NGENed at all.
- The methods are compiled during the runtime with high JITC overhead.
- It makes launching time slower over 6% in our embedded systems.
src/zap/zapinfo.cpp