mozilla-reduce-files-per-UnifiedBindings.patch
branchfirefox44
changeset 903 83801946c93f
child 1006 5ba9b67de554
equal deleted inserted replaced
902:11475705ab0f 903:83801946c93f
       
     1 From: Andreas Stieger <astieger@suse.com>
       
     2 Date: Fri, 26 Feb 2016 16:20:09 +0000
       
     3 Subject: For UnifiedBindings*.cpp files, reduce number of files per unified file
       
     4 Upstream: no
       
     5 
       
     6 home/abuild/rpmbuild/BUILD/obj/dom/bindings/UnifiedBindings16.cpp
       
     7 [ 1589s] UnifiedBindings17.o
       
     8 [ 1612s] [ 1567.621989] Out of memory: Kill process 19849 (cc1plus) score 170 or sacrifice child
       
     9 [ 1612s] [ 1567.625099] Killed process 19849 (cc1plus) total-vm:905704kB, anon-rss:102500kB, file-rss:156kB
       
    10 [ 1616s] {standard input}: Assembler messages:
       
    11 [ 1616s] {standard input}:316015: Warning: end of file not at end of a line; newline inserted
       
    12 [ 1635s] {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
       
    13 [ 1636s] c++: internal compiler error: Killed (program cc1plus)
       
    14 [ 1636s] Please submit a full bug report,
       
    15 
       
    16 Index: mozilla/python/mozbuild/mozbuild/backend/common.py
       
    17 ===================================================================
       
    18 --- mozilla.orig/python/mozbuild/mozbuild/backend/common.py	2016-02-26 17:19:30.331667693 +0100
       
    19 +++ mozilla/python/mozbuild/mozbuild/backend/common.py	2016-02-26 17:19:39.792569676 +0100
       
    20 @@ -333,7 +333,7 @@ class CommonBackend(BuildBackend):
       
    21          unified_source_mapping = list(group_unified_files(webidls.all_regular_cpp_basenames(),
       
    22                                                            unified_prefix='UnifiedBindings',
       
    23                                                            unified_suffix='cpp',
       
    24 -                                                          files_per_unified_file=32))
       
    25 +                                                          files_per_unified_file=16))
       
    26          self._write_unified_files(unified_source_mapping, bindings_dir,
       
    27                                    poison_windows_h=True)
       
    28          self._handle_webidl_build(bindings_dir, unified_source_mapping,