https://bugs.llvm.org/show_bug.cgi?id=35621

            Bug ID: 35621
           Summary: Wasm data segment initialisers should omit zeros
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

When LLD creates Wasm output, it should compress the data by splitting the
memory initializer around runs of zeros, which are redundant.  This should work
because the Memory starts off zero-initialised I believe?  A large
zero-initialised array shouldn't take any space in the output file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to