Reduce false update notifications on UIDs
The process object keeps track of changes on each update comparing against the last value.
If a process is owned by uid 1000, calling setUid(0) setUid(1000) in the same update will trigger the flag as having changed. This causes lots of needless updates from re-filtering user processes to re-evaluating javascript.