Details
Details
- Reviewers
gw - Commits
- rMOZILLACENTRAL7f28f9e9ec25: Bug 1602458 - Avoid reallocating opacity bindings and tiles hash maps in…
- Bugzilla Bug ID
- 1602458
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Although unlikely, this seems like it could _potentially_ leak memory - if swapping between scenes where the hash keys are regularly different (e.g. the tile x/y offsets)? Probably not an issue in practice, I think, but maybe we should still clear / trim the recycled hash map?