Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-04-14 | -4/+4 |
| | | | | | | 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-04-14 | -19/+62 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -0/+1 |
| | | | | - accounting for removal of watch()/unwatch() | |||
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -126/+29 |
|\ | | | | | | | | | # Conflicts: # modules/libpref/init/all.js | |||
| * | 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 |
| | | ||||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-07-06 | -8/+43 |
|\| | | | | | | | _testBranch_test_1 | |||
| * | Change inlining of intrinsics. | wolfbeast | 2018-06-07 | -8/+43 |
| | | ||||
* | | Bug 1326453 - Part 5: Remove no longer used ListIterator implementation | janekptacijarabaci | 2018-04-14 | -2/+0 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+4099 |