+++ title = "Store Heuristic" date = "2022-05-11" author = "Yann Herklotz" tags = [] categories = [] backlinks = ["1c2h4"] forwardlinks = ["1c2h6"] zettelid = "1c2h5" +++ > The successor block contains a store instruction and does not > postdominate the branch. If the heuristic applies, predict the > successor *without* the property. This says that one should not predict that one will perform a store. This is in general not such a great heuristic, but apparently it does work well for floating point intensive applications.