Aaron Suen e6ed5bf166 Remove callback labeling hack
Some time ago, we were "labeling" callbacks so that we could use
a specially modified profiler to identify time spent per specific
callback.  This became largely unnecessary thanks to the
jitprofiler mod, which shows specific line numbers anyway.  Now,
the labeling has actually even broken because it interferes with
MT's newest built-in instrumentation, which expects functions, not
callable tables.  Since the indirection wasn't helping, and could
only have caused some small performance costs anyway, we might as
well just remove it instead of trying to make it work.

Unfortunately "labeled" callbacks were all over the game, so now
these all have to be removed...
2024-09-05 19:59:43 -04:00
..
2020-09-10 22:28:25 -04:00
2024-09-05 19:59:43 -04:00
2024-09-05 19:59:43 -04:00
2023-10-09 21:41:08 -04:00