Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-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 arrays | wolfbeast | 2020-02-23 | -0/+45 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-02-22 | -3/+6 |
| | | | | - accounting for removal of watch()/unwatch() | |||
* | Remove unused checking function for unboxed types. | wolfbeast | 2019-07-22 | -34/+0 |
| | | | | Tag #1030 | |||
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵ | Gaming4JC | 2019-07-18 | -2/+2 |
| | | | | return value. | |||
* | Clean up MObjectState | wolfbeast | 2019-06-26 | -6/+3 |
| | ||||
* | Call a more generic function when inlining array natives. | wolfbeast | 2019-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 1 | wolfbeast | 2019-05-23 | -45/+0 |
| | ||||
* | Remove unboxed object code from jit, Part 1 | wolfbeast | 2019-05-16 | -139/+22 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6642 |