Closed
Bug 852390
Opened 12 years ago
Closed 12 years ago
processing .../dom/src/jar.mn takes ages
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 852249
People
(Reporter: mayhemer, Unassigned)
Details
Exactly 13 minutes on my machine which is 50% of my usual build time.
current m-c
clobber
debug build:
mk_add_options MOZ_OBJDIR=_obj-browser-debug
mk_add_options MOZ_MAKE_FLAGS=-j9
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-application=browser
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-shared
ac_add_options --disable-static
ac_add_options --enable-tests
ac_add_options --enable-logging
ac_add_options --disable-installer
ac_add_options --enable-chrome-format=flat
ac_add_options --disable-accessibility
mach build
In process explorer I can see there is one python process using 100% its core time, and allocating few MB of memory every second (got to 2GB before it has ended it's job). I was observing how it walks .dep files under dom, took about 1 second per file or so.
| Reporter | ||
Comment 1•12 years ago
|
||
For record the build was based on m-c e23e43a2c14e.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•