• Kevin Modzelewski's avatar
    Rename some of the stattimers · f8b16dbd
    Kevin Modzelewski authored
    I renamed all the "about to enter jitted code" and "about to enter the interpreter"
    stats to "in_jitted_code" and "in_interpreter", respectively; I don't think the
    exact entry point ends up mattering that much.
    
    A lot of stuff is showing up as "in_jitted_code"; I tried to find some of it using
    the new itimer helper, and put some separate timers on those.
    f8b16dbd
entry.cpp 19.4 KB