Coder Social home page Coder Social logo

Comments (2)

Alcaro avatar Alcaro commented on July 19, 2024

You can probably compile the Unix-side pieces with mold. Don't know if it's tested, but if it doesn't work already, it's probably not missing anything big.

You can not compile the DLLs with mold. mold can only emit ELF files, not PE.

from mold.

ishitatsuyuki avatar ishitatsuyuki commented on July 19, 2024

The most problematic flags used by Wine is -Ttext and other executable-layout controlling flags for the preloader (which reserves certain address regions that are always reserved on Win32).

https://github.com/wine-mirror/wine/blob/25c58e6887647a223aa74f7e7d0402abb4a2a2b8/configure.ac#L741

Wine generally have very low linking overhead as it's split into hundreds of DLLs with a small number of object files each. If you really wanted a more modern linker then LLD is officially supported (all you need is to set the native and cross compiler to clang). I'd suggest not messing with mold as it can create subtle issues that are hard to debug and not tested at all by upstream Wine developers.

from mold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.