summaryrefslogtreecommitdiffstats
path: root/js/src/jit
Commit message (Collapse)AuthorAgeLines
* [js] Handle functions with rest parameters in isObservableArgumentSlot.Jan de Mooij2020-04-08-1/+1
|
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18-296/+4
| | | | It's a lot of code with no measurable effect.
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-3/+15
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-15/+3
|
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-54/+868
| | | | | | 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-290/+1326
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-53/+1424
| | | | - accounting for removal of watch()/unwatch()
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22-1/+1
|
* Simplify some alias sets in IonMonkey.wolfbeast2020-01-11-11/+2
|
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17-0/+92
| | | | Tag #1287
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17-0/+94
| | | | Tag #1287
* Bug 1344753 - Update for-of stack depth in ↵Gaming4JC2019-12-17-1/+1
| | | | | | ControlFlowGenerator::processWhileOrForInLoop. Tag #1287
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to ↵Gaming4JC2019-12-17-33/+44
| | | | | | {yieldAndAwaitIndex,yieldAndAwaitOffset}. Tag #1287
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() ↵Gaming4JC2019-12-17-3/+16
| | | | | | method. Tag #1287
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-4019/+724
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27-10/+1
| |
| * Fix type barrier in IonBuilder::jsop_getimport.wolfbeast2019-10-24-3/+1
| |
| * Replace calls to undefined functions isMarkable() and toMarkablePointer()Dmitry Grigoryev2019-10-10-2/+2
| |
| * Use the correct group for JIT constraints.wolfbeast2019-09-05-11/+28
| | | | | | | | | | | | | | This fixes a rare crash/CTD in JS. This adds information about the constraints to a new RAII class so we can finish all constraints at the end. Based on changes in BZ 1568397
| * Remove unused checking function for unboxed types.wolfbeast2019-07-22-34/+0
| | | | | | | | Tag #1030
| * Merge pull request #1192 from g4jc/parser_tuneupMoonchild2019-07-20-207/+159
| |\ | | | | | | Issues #816 / #802 - SpiderMonkey Tuneup
| | * 1344334 - Make DoTypeUpdateFallback infallible.Gaming4JC2019-07-18-1/+8
| | |
| | * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-135/+0
| | |
| | * 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18-51/+125
| | | | | | | | | | | | return value.
| | * 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18-1/+1
| | |
| | * 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-1/+1
| | |
| | * 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18-2/+2
| | |
| | * 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-11/+16
| | |
| | * 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-5/+6
| | |
| * | Define JumpImmediateRange on ARM64.Lars T Hansen2019-07-20-4/+6
| |/ | | | | | | | | | | | | | | There are comments in the code suggesting that we've made plans at some point to handle very far jumps via patching + indirect jumps, but all of those comments are TODO/FIXME. Absent such a strategy, the furthest jump is 2^27-1 bytes, and we need to define JumpImmediateRange to reflect that.
| * Issue #1142 - Cleanup unused debug code for unboxed objectsGaming4JC2019-06-28-1/+1
| | | | | | | | Also fixes an assertion during compile if debug is enabled since unboxed objects have been removed.
| * Issue #1142 - Remove uneeded assertion (#1145)g4jc2019-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 MObjectStatewolfbeast2019-06-26-59/+6
| |
| * Remove now-unused parameter (prev. used for unboxed objects).wolfbeast2019-06-26-10/+6
| |
| * Remove UnboxedObjects ObjectGroup addendumwolfbeast2019-06-25-8/+2
| |
| * Remove Unboxed Objects Option Codewolfbeast2019-06-25-6/+0
| |
| * Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25-406/+20
| |
| * Remove Unboxed Object code from jit, Part 3.wolfbeast2019-06-23-85/+10
| |
| * Fix unified deprotwolfbeast2019-06-23-1/+2
| |
| * Remove Unboxed Object code from jit, Part 2.wolfbeast2019-06-23-849/+7
| |
| * Call a more generic function when inlining array natives.wolfbeast2019-06-20-26/+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.
| * Tabs -> Spaces (no code change)wolfbeast2019-06-18-2/+2
| |
| * Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18-7/+2
| |
| * Remove and clean up more code.wolfbeast2019-06-18-25/+8
| |
| * Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-18-23/+19
| |
| * Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17-2/+12
| |
| * Remove unused LIR temp register for unboxed arrays.wolfbeast2019-06-12-28/+12
| |
| * Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12-12/+12
| | | | | | | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent.
| * Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10-33/+29
| |
| * Merge branch 'master' into remove-unboxedwolfbeast2019-06-08-2/+12
| |\