forked from mirrors/gecko-dev
When searching a lazy stub segment for the code range that holds a particular PC value, we can quickly exclude segments that are guaranteed not to match by comparing the PC to the values at the segment's endpoints - the code ranges in a segment are sorted, and this filtering will cause the search to skip most segments. This very significantly reduces the time spent in the search. Differential Revision: https://phabricator.services.mozilla.com/D137518 |
||
|---|---|---|
| .. | ||
| ductwork/debugger | ||
| examples | ||
| public | ||
| src | ||
| xpconnect | ||
| app.mozbuild | ||
| ffi.configure | ||
| moz.build | ||
| moz.configure | ||
| sub.configure | ||