Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [js] Remove pointless MakeMRegExpHoistable optimization. | wolfbeast | 2020-03-18 | -9/+1 |
| | | | | It's a lot of code with no measurable effect. | |||
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-02-23 | -0/+131 |
| | | | | | | 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 | -20/+168 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-02-22 | -3/+20 |
| | | | | - accounting for removal of watch()/unwatch() | |||
* | Simplify some alias sets in IonMonkey. | wolfbeast | 2020-01-11 | -9/+0 |
| | ||||
* | Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT. | Gaming4JC | 2019-12-17 | -0/+15 |
| | | | | Tag #1287 | |||
* | Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT. | Gaming4JC | 2019-12-17 | -0/+15 |
| | | | | Tag #1287 | |||
* | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 | -21/+0 |
| | ||||
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵ | Gaming4JC | 2019-07-18 | -6/+15 |
| | | | | return value. | |||
* | Issue #1142 - Remove uneeded assertion (#1145) | g4jc | 2019-06-28 | -1/+0 |
| | | | Since unboxed objects were removed, isUnboxed is undefined. This causes a build failure when debuging is enabled. This patch fixes the issue by removing the uneeeded assertion. | |||
* | Clean up MObjectState | wolfbeast | 2019-06-26 | -20/+3 |
| | ||||
* | Call a more generic function when inlining array natives. | wolfbeast | 2019-06-20 | -1/+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 and clean up more code. | wolfbeast | 2019-06-18 | -5/+5 |
| | ||||
* | Remove UnboxedArray code part 2 | wolfbeast | 2019-05-23 | -5/+1 |
| | ||||
* | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 | -160/+16 |
| | ||||
* | Remove unboxed object code from jit, Part 1 | wolfbeast | 2019-05-16 | -131/+0 |
| | ||||
* | Simplify some alias sets in IonMonkey. | wolfbeast | 2019-03-26 | -5/+2 |
| | ||||
* | Don't mark MGetFirstDollarIndex as movable. | wolfbeast | 2018-10-31 | -1/+4 |
| | ||||
* | Change inlining of intrinsics. | wolfbeast | 2018-06-07 | -0/+42 |
| | ||||
* | Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JIT | janekptacijarabaci | 2018-03-25 | -2/+30 |
| | | | | Issue #74 | |||
* | Part 3: Support JSOP_SETFUNNAME in Baseline and Ion | janekptacijarabaci | 2018-03-19 | -0/+28 |
| | | | | Issue #87 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+14267 |