Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 561960 | Differences between
and this patch

Collapse All | Expand All

(-)a/libraries/source/spidermonkey/build.sh (+3 lines)
Lines 84-89 Link Here
84
# It makes quite a big difference for performance.
84
# It makes quite a big difference for performance.
85
# https://bugzilla.mozilla.org/show_bug.cgi?id=1046176
85
# https://bugzilla.mozilla.org/show_bug.cgi?id=1046176
86
patch -p1 -i ../FixForOfBailouts.diff
86
patch -p1 -i ../FixForOfBailouts.diff
87
88
# don't return nullptrs in bool functions
89
patch -p1 -i ../bool-nullptr-return.diff
87
cd ..
90
cd ..
88
91
89
# Clean up header files that may be left over by earlier versions of SpiderMonkey
92
# Clean up header files that may be left over by earlier versions of SpiderMonkey

Return to bug 561960