Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 | -42/+0 |
| | ||||
* | Remove Unboxed Object code from jit, Part 3. | wolfbeast | 2019-06-23 | -1/+0 |
| | ||||
* | Call a more generic function when inlining array natives. | wolfbeast | 2019-06-20 | -16/+5 |
| | | | | | | | 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. | |||
* | Inline combined methods for NativeObject and UnboxedArrayObject accesses. | wolfbeast | 2019-06-10 | -5/+5 |
| | ||||
* | Remove UnboxedArray code part 2 | wolfbeast | 2019-05-23 | -2/+2 |
| | ||||
* | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 | -57/+14 |
| | ||||
* | remove unboxed code chunk (wip1) | wolfbeast | 2019-05-14 | -4/+4 |
| | ||||
* | Change inlining of intrinsics. | wolfbeast | 2018-06-07 | -8/+43 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+4099 |