Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-103352

Improve WebAssembly debug linking time

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Build tools: Other
    • None
    • WebAssembly

    Description

      We can reduce the required linking time by setting flags which removes need for running wasm-emscripten-finalize. See https://emscripten.org/docs/optimizing/Optimizing-Code.html#link-times

      Flags which should be changed from the current Qt default include:

      • ASSERTIONS to 1 
      • WASM_BIGINT to 1

      Asyncify requires wasm-emscripten-finalize, so changing the flags above has no effect for asyncify-enabled builds.

      Attachments

        For Gerrit Dashboard: QTBUG-103352
        # Subject Branch Project Status CR V

        Activity

          People

            sorvig Morten Sørvig
            sorvig Morten Sørvig
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes