gecko-dev/js
Iain Ireland 8668428861 Bug 1852339: Add MBasicBlock::entryPC r=jandem
This code implicitly assumed that MBasicBlock::pc() returned the first pc of the block, not the last. My change in bug 1847290 broke that assumption.

Pre-Warp, this was not the case, so other existing uses of MBasicBlock::pc() don't make this assumption and don't need to be fixed. In particular, compare [MBasicBlock::NewSplitEdge](https://searchfox.org/mozilla-central/rev/c1fb133ca4901985070e519c92322b432fa254c5/js/src/jit/MIRGraph.cpp#207), which retrieves the pc from the entry resume point of the block in the same way as this patch.

Differential Revision: https://phabricator.services.mozilla.com/D187828
2023-09-13 20:20:00 +00:00
..
examples Bug 1817347 - Prevent jorendb from spewing out enormous strings r=jonco 2023-03-23 21:07:06 +00:00
loader Bug 1846194 - Remove off-thread compilation and decode API. r=nbp 2023-09-01 03:43:21 +00:00
public Bug 1847182 - Part 8: Synchronise time zone offset handling. r=dminor 2023-09-13 10:00:38 +00:00
src Bug 1852339: Add MBasicBlock::entryPC r=jandem 2023-09-13 20:20:00 +00:00
xpconnect Bug 1850545 - convert .ini manifests to .toml: batch 3 chrome.ini (bis) r=jmaher,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,fxview-reviewers,places-reviewers,profiler-reviewers,m_kato,mak,mtigley 2023-09-13 18:28:32 +00:00
app.mozbuild
ffi.configure Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
moz.build
moz.configure Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
sub.configure