summaryrefslogtreecommitdiffstats
path: root/js/src/jit/ScalarReplacement.cpp
Commit message (Collapse)AuthorAgeLines
* Remove Unboxed Objects in ScalarReplacementwolfbeast2019-05-15-112/+0
| | | | | | | | | A note about the Scalar Replacement Changes: The M{Load,Store}Unboxed* instructions in theory could be used to manipulate and analyze typed arrays. However, TypedArrays should already be excluded from eligibility because of the potential for cross-thread sharing in a SharedArrayBuffer world, and so the only support in Scalar Replacement here is for Unboxed Objects, meaning it can all be removed.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1350