forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out changeset d7f98208809f (bug 1186064) for breaking SM(pkg) …
…jobs a=backout
- Loading branch information
Showing
15 changed files
with
258 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
_VSPATH="/c/tools/vs2013" | ||
export WIN32_REDIST_DIR=${_VSPATH}/VC/redist/x86/Microsoft.VC120.CRT | ||
|
||
## includes: win8.1 sdk includes, msvc std library, directx sdk for d3d9 ## | ||
export INCLUDE=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/shared:/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/um:/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/winrt:${_VSPATH}/vc/include:${_VSPATH}/vc/atlmfc/include:/c/tools/sdks/dx10/include | ||
|
||
## libs: win8.1 sdk x86 (32-bit) libs, msvc (32-bit) std library, msvc atl libs, directx sdk (32-bit) for d3d9 ## | ||
export LIBPATH=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Lib/winv6.3/um/x86:${_VSPATH}/vc/lib:${_VSPATH}/vc/atlmfc/lib:/c/tools/sdks/dx10/lib | ||
export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Lib/winv6.3/um/x86:${_VSPATH}/vc/lib:${_VSPATH}/vc/atlmfc/lib:/c/tools/sdks/dx10/lib | ||
|
||
## paths: win8.1 sdk x86 (32-bit) tools, msvc (64-bit compiling 32-bit) build toolchain, moz tools ## | ||
export PATH="/c/Program Files (x86)/Windows Kits/8.1/bin/x86:${_VSPATH}/Common7/IDE:${_VSPATH}/VC/BIN/amd64_x86:${_VSPATH}/VC/BIN/amd64:${_VSPATH}/Common7/Tools:${_VSPATH}/VC/VCPackages:/c/mozilla-build/moztools:${PATH}" | ||
|
||
## WindowsSDKDir ## | ||
export WINDOWSSDKDIR="/c/Program Files (x86)/Windows Kits/8.1/" | ||
|
||
. $topsrcdir/build/mozconfig.vs-common | ||
|
||
mk_export_correct_style LIB | ||
mk_export_correct_style LIBPATH | ||
mk_export_correct_style PATH | ||
mk_export_correct_style INCLUDE | ||
mk_export_correct_style WIN32_REDIST_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
_VSPATH="/c/tools/vs2013" | ||
export WIN32_REDIST_DIR=${_VSPATH}/VC/redist/x64/Microsoft.VC120.CRT | ||
|
||
## includes: win8.1 sdk includes, msvc std library, directx sdk for d3d9 ## | ||
export INCLUDE=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/shared:/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/um:/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/include/winrt:${_VSPATH}/vc/include:${_VSPATH}/vc/atlmfc/include:/c/tools/sdks/dx10/include | ||
|
||
## libs: win8.1 sdk x64 (64-bit) libs, msvc (64-bit) std library, msvc atl libs, directx sdk (64-bit) for d3d9 ## | ||
export LIBPATH=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Lib/winv6.3/um/x64:${_VSPATH}/vc/lib/amd64:${_VSPATH}/vc/atlmfc/lib/amd64:/c/tools/sdks/dx10/lib/x64 | ||
export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Lib/winv6.3/um/x64:${_VSPATH}/vc/lib/amd64:${_VSPATH}/vc/atlmfc/lib/amd64:/c/tools/sdks/dx10/lib/x64 | ||
|
||
## paths: win8.1 sdk x64 (64-bit) tools, msvc (64-bit) build toolchain, moz tools ## | ||
export PATH="/c/Program Files (x86)/Windows Kits/8.1/bin/x64:${_VSPATH}/Common7/IDE:${_VSPATH}/VC/BIN/amd64:${_VSPATH}/VC/BIN/x86_amd64:${_VSPATH}/VC/BIN:${_VSPATH}/Common7/Tools:${_VSPATH}/VC/VCPackages:${PATH}" | ||
|
||
## WindowsSDKDir ## | ||
export WINDOWSSDKDIR="/c/Program Files (x86)/Windows Kits/8.1/" | ||
|
||
. $topsrcdir/build/mozconfig.vs-common | ||
|
||
mk_export_correct_style LIB | ||
mk_export_correct_style LIBPATH | ||
mk_export_correct_style PATH | ||
mk_export_correct_style INCLUDE | ||
mk_export_correct_style WIN32_REDIST_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
# Roll our own custom logic here for the import library | ||
|
||
############################################################################### | ||
# | ||
# Linking Mozilla itself to jemalloc is not particularly difficult. To do this | ||
# we avoid linking directly to the Microsoft-provided CRT import libraries. | ||
# Instead, we link to our own import library which we generate here. To | ||
# replace the CRT's malloc/free/other memory management symbols we export | ||
# our own versions out of jemalloc.dll. We then take the import library that | ||
# the compiler generates for jemalloc.dll and combine it with the MS CRT import | ||
# libraries. We put our library on the command line first, and the CRT symbols | ||
# are discarded in favor of our versions! | ||
# | ||
# Unfortunately that was too easy. The CRT import library is not a standard | ||
# import library that contains a list of symbols and whatnot. It also includes | ||
# object files that are linked into generated programs. One of these, | ||
# crtdll.obj is (as one might expect) linked into all DLLs that link against | ||
# the CRT. This file does things like run static C++ constructors when the | ||
# DLL is attached, call DllMain, etc. | ||
# | ||
# In the CRT source all malloc/free calls are made to malloc_crt and free_crt. | ||
# In debug builds these are both defined to malloc_dbg and free_dbg. In opt | ||
# builds malloc_crt is an actual function, implemented and exposed from the | ||
# CRT. free_crt is, however, defined to be just plain old free. This works | ||
# fine inside the CRT where malloc_crt and free operate on the same heap. | ||
# Outside the CRT malloc_crt is in the CRT's heap, but free is in jemalloc's | ||
# heap. This causes much pain at shutdown :-( | ||
# | ||
# The obvious solution here is to override malloc_crt too. Unfortunately, | ||
# that doesn't work because the CRT expects to be able to call msize on this | ||
# piece of memory deep inside the CRT, which will fail because it'll call the | ||
# CRT's msize on a pointer in jemalloc's heap. | ||
# | ||
# Our solution to this is quite devious. We take apart the CRT's import lib | ||
# and remove the problematic object file. We then poke at the object file's | ||
# symbol table and replace '__imp__free' (which means grab free from some | ||
# other DLL) with '__imp__frex'. Then we define our own dummy no-op function | ||
# in jemalloc.dll and export it as frex. Then we put the CRT import lib | ||
# back together with the patched crtdll.obj, glue it to the end of jemalloc's | ||
# import library and link the rest of Mozilla to that. | ||
# | ||
# The result? A binary that uses jemalloc, doesn't crash, and leaks a tiny | ||
# amount of memory (32 words per DLL in the 2010 CRT) at shutdown. | ||
# | ||
############################################################################### | ||
|
||
target:: mozcrt.lib | ||
$(INSTALL) $(IFLAGS2) mozcrt.lib $(DIST)/lib | ||
|
||
# And finally combine that with the jemalloc import library to get an import | ||
# library that has our malloc/free/etc and the CRT's everything else | ||
mozcrt.lib: ../build/mozglue.lib msvc_modified.lib | ||
lib -OUT:$@ $^ | ||
|
||
# Put the fixed object file back in | ||
msvc_modified.lib: msvc_removed.lib crtdll_fixed.obj | ||
lib -OUT:$@ $^ | ||
|
||
# Fix the object file | ||
crtdll_fixed.obj: crtdll.obj | ||
$(PYTHON) $(srcdir)/fixcrt.py | ||
|
||
# Find the path of crtdll.obj | ||
CRTDLL_FULLPATH=$(subst \,\\,$(shell lib -list msvc_combined.lib | grep crtdll\\.obj)) | ||
|
||
# Remove the broken object file, only after we have extracted it | ||
msvc_removed.lib: msvc_combined.lib crtdll.obj | ||
lib -OUT:$@ msvc_combined.lib -REMOVE:$(CRTDLL_FULLPATH) | ||
|
||
# Extract the broken object file out of the combined library | ||
crtdll.obj: msvc_combined.lib | ||
lib -OUT:$@ $^ -EXTRACT:$(CRTDLL_FULLPATH) | ||
|
||
# Grab both CRT libraries and combine them into one library to simplify things | ||
msvc_combined.lib: | ||
lib -OUT:$@ $(WIN32_CRT_LIBS) | ||
|
||
# Normally, we'd use SDK_LIBRARY, but we can't because all the tricks above | ||
# involve *not* defining the library in moz.build, so SDK_LIBRARY = True would | ||
# not have the expected outcome. | ||
SDK_FILES = mozcrt.lib | ||
SDK_DEST = $(SDK_LIB_DIR) | ||
SDK_TARGET = target | ||
INSTALL_TARGETS += SDK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
from __future__ import with_statement | ||
|
||
with open('crtdll.obj', 'rb') as infile: | ||
data = infile.read() | ||
with open('crtdll_fixed.obj', 'wb') as outfile: | ||
# for Win32 | ||
data = data.replace('__imp__free', '__imp__frex') | ||
# for Win64 | ||
data = data.replace('__imp_free', '__imp_frex') | ||
outfile.write(data) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- | ||
# vim: set filetype=python: | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
Library('mozcrt') | ||
|
||
STATIC_LIBRARY_NAME = 'mozcrt_s' | ||
|
||
OS_LIBS += [ | ||
'-NODEFAULTLIB:msvcrt', | ||
'-NODEFAULTLIB:msvcprt', | ||
'-LIBPATH:%s/mozglue/crt' % TOPOBJDIR, | ||
'-DEFAULTLIB:mozcrt', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.