This commit is contained in:
Bharadwaj Yadavalli 2013-04-11 17:16:39 -07:00
commit c660647bfa
27 changed files with 544 additions and 132 deletions

View file

@ -845,6 +845,10 @@ inline bool is_highest_tier_compile(int comp_level) {
return comp_level == CompLevel_highest_tier;
}
inline bool is_compile(int comp_level) {
return is_c1_compile(comp_level) || is_c2_compile(comp_level);
}
//----------------------------------------------------------------------------------------------------
// 'Forward' declarations of frequently used classes
// (in order to reduce interface dependencies & reduce