summaryrefslogtreecommitdiffstats
path: root/js/src/jit/ScalarReplacement.cpp
Commit message (Collapse)AuthorAgeLines
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-0/+112
| | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned.
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23-0/+5
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-0/+33
| | | | - accounting for removal of watch()/unwatch()
* Clean up MObjectStatewolfbeast2019-06-26-33/+0
|
* Remove UnboxedArray code part 1wolfbeast2019-05-23-5/+0
|
* 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