gecko-dev/js
Matthew Gaudet 4e19cf4cb4 Bug 1501787 - Reset entered counts on stub attachment r=djvj
Resetting the entered count on an IC stub chain makes interpretation of the
counter values easier. For example, if we see an IC chain like this

    A (1000) -> B(800) -> C (400) -> D (200) -> FB (100)

We can say that there have been 100 cases not handled by chain, (and we did
not attach new stubs for those cases), and B handled the most (400) queries
to the IC chain.

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

--HG--
extra : moz-landing-system : lando
2018-11-19 18:56:39 +00:00
..
ductwork/debugger Bug 1504605 - Add Prefs to xpcshell test files for allowing usage of eval. r=ckerschb 2018-11-05 16:41:45 +02:00
examples
ipc Bug 1477432 - Part 7: Stop using nsIJSID in xpconnect outside of XPCJSID.cpp, r=mccr8 2018-11-16 17:27:41 -05:00
public Bug 1508065 - Change JS_PUBLIC_{API,DATA} and JS_FRIEND_{API,DATA} to be more like similar macros to avoid confusing clang-format. r=tcampbell 2018-11-19 17:02:47 +00:00
rust Bug 1485800 - Rename SourceBufferHolder to SourceText, and add a <typename Unit> template parameter to it so it can hold putative UTF-8 or UTF-16 source text. r=tcampbell, r=fitzgen 2018-11-08 18:42:48 -08:00
src Bug 1501787 - Reset entered counts on stub attachment r=djvj 2018-11-19 18:56:39 +00:00
xpconnect Bug 1477432 - Part 10: Stop using nsIJSID in nsIArray for optional IID parameters, r=kmag 2018-11-16 17:27:46 -05:00
app.mozbuild
ffi.configure Bug 1480550 - add ctypes support for aarch64 windows; r=dmajor 2018-10-26 13:00:41 -04:00
moz.build
moz.configure Bug 1502106 - Add a configure option to disable assume_unreachable spew. r=iain 2018-10-26 12:03:21 +02:00