mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a6c423573f
--HG-- rename : memory/jemalloc/crtvc8sp1.diff => memory/jemalloc/crtvc8sp1-intel.diff rename : memory/jemalloc/crtvc9sp1.diff => memory/jemalloc/crtvc9sp1-intel.diff
251 lines
4.0 KiB
Diff
251 lines
4.0 KiB
Diff
diff -re crt/src/AMD64/_sample_.def crtsrc/AMD64/_sample_.def
|
|
1150d
|
|
712,713d
|
|
658a
|
|
posix_memalign
|
|
.
|
|
632a
|
|
memalign
|
|
.
|
|
489a
|
|
malloc_usable_size
|
|
.
|
|
461a
|
|
jemalloc_stats
|
|
.
|
|
325,330d
|
|
313d
|
|
307,308d
|
|
75d
|
|
9c
|
|
LIBRARY MOZCRT19
|
|
.
|
|
diff -re crt/src/_sample_.rc crtsrc/_sample_.rc
|
|
41c
|
|
VALUE "ProductName", "Mozilla Custom C Runtime"
|
|
.
|
|
39c
|
|
VALUE "OriginalFilename", "MOZCRT19.DLL"
|
|
.
|
|
37c
|
|
VALUE "OriginalFilename", "MOZCRT19D.DLL"
|
|
.
|
|
33c
|
|
VALUE "InternalName", "MOZCRT19.DLL"
|
|
.
|
|
31c
|
|
VALUE "InternalName", "MOZCRT19D.DLL"
|
|
.
|
|
27c
|
|
VALUE "CompanyName", "Mozilla Foundation"
|
|
.
|
|
diff -re crt/src/crt0.c crtsrc/crt0.c
|
|
212c
|
|
/*
|
|
* this used to happen in _mtinit, but we need it before malloc
|
|
*/
|
|
_init_pointers(); /* initialize global function pointers */
|
|
|
|
if ( malloc_init_hard() ) /* initialize heap */
|
|
.
|
|
87a
|
|
extern BOOL malloc_init_hard(void);
|
|
.
|
|
diff -re crt/src/crt0dat.c crtsrc/crt0dat.c
|
|
837d
|
|
826d
|
|
diff -re crt/src/crtdll.c crtsrc/crtdll.c
|
|
31,40d
|
|
diff -re crt/src/crtexe.c crtsrc/crtexe.c
|
|
322,324d
|
|
35,45d
|
|
diff -re crt/src/crtheap.c crtsrc/crtheap.c
|
|
61c
|
|
pv = calloc(count, size);
|
|
.
|
|
58,59d
|
|
diff -re crt/src/crtlib.c crtsrc/crtlib.c
|
|
686,693d
|
|
355d
|
|
339a
|
|
malloc_shutdown();
|
|
|
|
.
|
|
298d
|
|
279d
|
|
249,250d
|
|
239d
|
|
226c
|
|
/*
|
|
* this used to happen in _mtinit, but we need it before malloc
|
|
*/
|
|
_init_pointers(); /* initialize global function pointers */
|
|
|
|
if ( malloc_init_hard() ) /* initialize heap */
|
|
.
|
|
43a
|
|
extern BOOL malloc_init_hard(void);
|
|
extern void malloc_shutdown(void);
|
|
|
|
.
|
|
diff -re crt/src/dllcrt0.c crtsrc/dllcrt0.c
|
|
189,190d
|
|
136d
|
|
126d
|
|
111d
|
|
106,108d
|
|
diff -re crt/src/gs_report.c crtsrc/gs_report.c
|
|
41c
|
|
#endif
|
|
.
|
|
22c
|
|
#if 0
|
|
.
|
|
diff -re crt/src/intel/_sample_.def crtsrc/intel/_sample_.def
|
|
1198d
|
|
718,719d
|
|
664a
|
|
posix_memalign
|
|
.
|
|
638a
|
|
memalign
|
|
.
|
|
495a
|
|
malloc_usable_size
|
|
.
|
|
467a
|
|
jemalloc_stats
|
|
.
|
|
331,336d
|
|
319d
|
|
313,314d
|
|
81d
|
|
9c
|
|
LIBRARY MOZCRT19
|
|
.
|
|
diff -re crt/src/internal.h crtsrc/internal.h
|
|
413a
|
|
#endif
|
|
.
|
|
409c
|
|
#if 0
|
|
.
|
|
diff -re crt/src/invarg.c crtsrc/invarg.c
|
|
53c
|
|
#endif
|
|
.
|
|
34c
|
|
#if 0
|
|
.
|
|
diff -re crt/src/makefile crtsrc/makefile
|
|
1873c
|
|
-def:$(DEFFILE2_DIR)\sample_p.def
|
|
.
|
|
1841c
|
|
$(DEFFILE2_DIR)\sample_p.def $(CPPSRC_OBJS_DLL:*=dll) \
|
|
.
|
|
1771a
|
|
$(DEFFILE_DIR)\$(RETAIL_LIB_NAME).def : $(DEFFILE_DIR)\_sample_.def
|
|
copy $** $@
|
|
.
|
|
1290d
|
|
1235,1237d
|
|
760c
|
|
dll_ :: $(OBJROOT) $(OBJCPUDIR) $(OBJDIR_DLL) $(OBJDIR_DLL)\$(PURE_OBJ_DIR) \
|
|
$(OBJDIR_DLL)\$(CPP_OBJ_DIR) \
|
|
$(RELDIR_CPU) $(PDBDIR_CPU_DLL) $(MAKE_DIRS_DLL)
|
|
.
|
|
340c
|
|
CC_OPTS_BASE=-c -nologo -Zlp8 -W3 -GFy -DWIND32
|
|
.
|
|
213d
|
|
21,24c
|
|
RETAIL_DLL_NAME=MOZCRT19
|
|
RETAIL_LIB_NAME=mozcrt19
|
|
RETAIL_DLLCPP_NAME=MOZCPP19
|
|
RETAIL_LIBCPP_NAME=mozcpp19
|
|
.
|
|
diff -re crt/src/makefile.inc crtsrc/makefile.inc
|
|
1636a
|
|
$(OBJDIR)\unhandld.obj: $(PREOBJDIR)\unhandld.obj
|
|
copy $(PREOBJDIR)\unhandld.obj $@
|
|
|
|
.
|
|
623d
|
|
621d
|
|
405d
|
|
344,356c
|
|
$(OBJDIR)\jemalloc.obj \
|
|
.
|
|
336,337d
|
|
331,332d
|
|
329d
|
|
325d
|
|
321,322d
|
|
diff -re crt/src/makefile.sub crtsrc/makefile.sub
|
|
66c
|
|
CFLAGS=$(CFLAGS) -O2 -DMOZ_MEMORY=1 -DMOZ_MEMORY_WINDOWS=1
|
|
.
|
|
diff -re crt/src/malloc.h crtsrc/malloc.h
|
|
189a
|
|
#endif
|
|
.
|
|
177a
|
|
|
|
#if 0
|
|
.
|
|
83a
|
|
#endif
|
|
.
|
|
70a
|
|
#if 0
|
|
.
|
|
diff -re crt/src/mlock.c crtsrc/mlock.c
|
|
274c
|
|
#endif
|
|
.
|
|
262a
|
|
#if 0
|
|
.
|
|
diff -re crt/src/new.cpp crtsrc/new.cpp
|
|
60d
|
|
52,55d
|
|
37,38c
|
|
break;
|
|
.
|
|
diff -re crt/src/nothrownew.cpp crtsrc/nothrownew.cpp
|
|
38c
|
|
#endif
|
|
.
|
|
31a
|
|
#if 1
|
|
break;
|
|
#else
|
|
|
|
.
|
|
diff -re crt/src/sample_p.def crtsrc/sample_p.def
|
|
8c
|
|
LIBRARY mozcpp19
|
|
.
|
|
diff -re crt/src/sample_p.rc crtsrc/sample_p.rc
|
|
41c
|
|
VALUE "ProductName", "Mozilla Custom C++ Runtime"
|
|
.
|
|
39c
|
|
VALUE "OriginalFilename", "MOZCPP19.DLL"
|
|
.
|
|
37c
|
|
VALUE "OriginalFilename", "MOZCPP19D.DLL"
|
|
.
|
|
33c
|
|
VALUE "InternalName", "MOZCPP19.DLL"
|
|
.
|
|
31c
|
|
VALUE "InternalName", "MOZCPP19D.DLL"
|
|
.
|
|
27c
|
|
VALUE "CompanyName", "Mozilla Foundation"
|
|
.
|
|
diff -re crt/src/tidtable.c crtsrc/tidtable.c
|
|
360,361d
|