Currently Sound and Music hold a pointer to Tune.
While it currently we haven't seen any signs of it being a performance issue, the current design will incur cache misses. A possible solution to this problem could be to make Sound and Music to embed the whole tune.
We can defer this work to when and whether this happens to be a proven performance issue
Currently Sound and Music hold a pointer to Tune.
While it currently we haven't seen any signs of it being a performance issue, the current design will incur cache misses. A possible solution to this problem could be to make Sound and Music to embed the whole tune.
We can defer this work to when and whether this happens to be a proven performance issue