decrementForPolledActiveCode

const val decrementForPolledActiveCode: Long = 1000

Each time an A_RawFunction is found to be the running code for some interpreter during periodic polling, atomically decrease its countdown by this amount, avoiding going below one (1).

This temporal signal should be more effective at deciding what to optimize than just counting the number of times the code is called.