Page MenuHomeSolus

Update mame to 0.236
ClosedPublic

Authored by livingsilver94 on Oct 3 2021, 10:09 AM.
Tags
None
Referenced Files
F11070741: D11940.id.diff
Sat, Aug 12, 12:38 AM
F11070740: D11940.id29048.diff
Sat, Aug 12, 12:37 AM
F11052608: D11940.diff
Thu, Aug 10, 9:38 PM
F11012907: D11940.id29048.diff
Fri, Aug 4, 8:23 AM
F11000489: D11940.diff
Sat, Jul 29, 9:35 AM
F10895509: D11940.diff
Jul 1 2023, 5:21 PM
F10895480: D11940.id29130.diff
Jul 1 2023, 5:12 PM
F10895478: D11940.diff
Jul 1 2023, 5:11 PM

Details

Summary

Changelog available here.

Packager notes:

  • Reduced installed size by ~20 MiB by enabling ICF linker flag.
Test Plan

Successfully played Fire One.

Diff Detail

Repository
R3922 mame
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 1878
Build 1878: arc lint + arc unit

Event Timeline

I would be cautious about icf-all with the gold linker, I only feel confident with icf-all with llvm/lld. But as long as it's tested properly s'all good. As it's a end-user application that nothing links against I doubt there will be a problem in this particular case.

As it's a end-user application that nothing links against I doubt there will be a problem in this particular case.

That's the idea. It's a game application in the lowest level of a dependency tree, thus not critical. I took the safer route with Telegram as it's a chat application, in fact.

This revision is now accepted and ready to land.Oct 5 2021, 9:32 AM
This revision was automatically updated to reflect the committed changes.