summaryrefslogtreecommitdiffstats
path: root/js/src/jit/MIR.cpp
Commit message (Collapse)AuthorAgeLines
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-22/+173
| | | | | | 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/+45
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-3/+6
| | | | - accounting for removal of watch()/unwatch()
* Remove unused checking function for unboxed types.wolfbeast2019-07-22-34/+0
| | | | Tag #1030
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18-2/+2
| | | | return value.
* Clean up MObjectStatewolfbeast2019-06-26-6/+3
|
* Call a more generic function when inlining array natives.wolfbeast2019-06-20-9/+0
| | | | | | | This simplifies the code a bit because ElementAccessHasExtraIndexedProperty checks for length-overflow (directly) and sparse-indexes (through TypeCanHaveExtraIndexedProperties) so the callers don't have to do that anymore.
* Remove UnboxedArray code part 1wolfbeast2019-05-23-45/+0
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16-139/+22
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6642