gecko-dev/mozglue/build
Nicholas Nethercote 4b364cf3f3 Bug 1375299 (part 1) - Reduce usage of MOZ_GECKO_PROFILER. r=mstange.
This patch reduces the differences between builds where the profiler is enabled
and those where the profiler is disabled. It does this by removing numerous
MOZ_GECKO_PROFILER checks.

These changes have the following consequences.

- Various functions and classes are now defined in all builds, and so can be
  used unconditionally: profiler_add_marker(), profiler_set_js_context(),
  profiler_clear_js_context(), profiler_get_pseudo_stack(), AutoProfilerLabel.
  (They are effectively no-ops in non-profiler builds, of course.)

- The no-op versions of PROFILER_* are now gone. The remaining versions are
  almost no-ops when the profiler isn't built.

--HG--
extra : rebase_source : 8fb5e8757600210c2f77865694d25162f0b7698a
2017-06-22 06:26:16 +10:00
..
arm-eabi-filter
arm.cpp Bug 1257441 - Remove arm detection for WinCE using MSVS. r=glandium 2016-05-09 10:40:06 +09:00
arm.h Bug 1360429 - Part 2. Detect __ARM_NEON macro for aarch64. r=glandium 2017-04-28 13:27:10 +09:00
AsanOptions.cpp Bug 1335446 - Add allocator_may_return_null=1 to default ASan options. r=glandium 2017-02-06 14:23:55 +01:00
BionicGlue.cpp
dummy.cpp
Makefile.in
mips.cpp Bug 1260351 - MozGlue: Build: Add mips support. r=glandium 2016-04-13 21:40:28 +08:00
mips.h Bug 1260351 - MozGlue: Build: Add mips support. r=glandium 2016-04-13 21:40:28 +08:00
moz.build Bug 1363992 - Remove support for system jemalloc. r=njn 2017-05-11 13:03:20 +09:00
mozglue.def.in Bug 1361258 - Add a jemalloc_thread_local_arena API with a binding for rust. r=glandium 2017-05-12 18:08:08 +09:00
replace_malloc.mk Bug 1361258 - Add a jemalloc_thread_local_arena API with a binding for rust. r=glandium 2017-05-12 18:08:08 +09:00
SSE.cpp Bug 1359333 - detect aes-ni support, r=froydnj 2017-03-31 18:59:56 +02:00
SSE.h Bug 1359333 - detect aes-ni support, r=froydnj 2017-03-31 18:59:56 +02:00
WindowsDllBlocklist.cpp Bug 1375299 (part 1) - Reduce usage of MOZ_GECKO_PROFILER. r=mstange. 2017-06-22 06:26:16 +10:00
WindowsDllBlocklist.h Bug 1365047 Turn on the Windows DLL Blocklist in MinGW r=aklotz 2017-05-15 15:49:20 -05:00