https://bugs.winehq.org/show_bug.cgi?id=54889
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Regression SHA1|0b3f90ab1485d5bd32bd72d41c7 | |fd8213b3b95b9 | Status|NEW |RESOLVED Keywords|regression |
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- That's clearly an LLVM bug then. There's no reason for .incbin to eat more memory than the same data printed out as .long. My guess would be that it stores a full copy of the file for each .incbin instead of only the part that's needed.