gecko-dev/js
Chris Peterson c16eff17f9 Bug 1620152 - Part 1: MOZ_ASSERT(stackMap) in debug builds instead of MOZ_ALWAYS_TRUE(stackMap) in release builds. r=lth
MOZ_ALWAYS_TRUE() evaluates its expression in both debug and release builds. MOZ_ALWAYS_TRUE(stackMap) would previously be evaluated as a no-op `stackMap;` in release builds, but this bug will change MOZ_ALWAYS_TRUE() to use MOZ_DIAGNOSTIC_ASSERT() instead of MOZ_ASSERT(). MOZ_ALWAYS_TRUE(stackMap) will then fail in Nightly release builds because stackMap may be null if there are no refs to track.

Differential Revision: https://phabricator.services.mozilla.com/D66920

--HG--
extra : moz-landing-system : lando
2020-04-09 02:06:32 +00:00
..
ductwork/debugger
examples
ipc Bug 1544939 - Remove BROWSER_SHIM_USAGE_BLOCKED probe r=jmathies 2020-03-26 18:52:12 +00:00
public Bug 1586761 - P6 - Check CrossOriginIsolated for ReduceTimePrecisionAsUSecsWrapper; r=tjr,luke 2020-03-25 14:01:07 +00:00
rust
src Bug 1620152 - Part 1: MOZ_ASSERT(stackMap) in debug builds instead of MOZ_ALWAYS_TRUE(stackMap) in release builds. r=lth 2020-04-09 02:06:32 +00:00
xpconnect Bug 1603974 - Part 1: Implement nt::VirtualQuery consuming only ntdll.dll. r=mhowell 2020-04-08 14:27:01 +00:00
app.mozbuild
ffi.configure
moz.build
moz.configure Bug 1627255 part 2 - Rename the --enable-ion configure option to --enable-jit. r=glandium 2020-04-07 14:52:33 +00:00
sub.configure