gecko-dev/js/public
Jan de Mooij eabb0d05a2 Bug 1893977 - Use same insertion sort limit for Array and TypedArray sorting. r=iain
The core sorting code is now shared so we should use the same limit for these two cases.

The maximum length for insertion sort for `Array` changes from 23 to 8 and for typed
arrays from 7 to 8. Numbers in the bug show this reduces the number of comparator calls.
The self-hosted code likely used a higher limit for arrays because merge sort required an
extra JS array allocation.

Differential Revision: https://phabricator.services.mozilla.com/D209041
2024-05-01 07:47:50 +00:00
..
experimental Bug 1833647 - Add Float16Array; r=anba,nbp 2024-04-26 13:18:01 +00:00
friend Bug 1889685 part 2 - Port TypedArray sort/toSorted to C++ with a JIT trampoline. r=iain,anba 2024-04-29 12:51:19 +00:00
shadow Bug 1881995 - Implement ForwardedAtoms and create them during atomization r=iain,sfink 2024-04-25 18:29:15 +00:00
AllocationLogging.h
AllocationRecording.h
AllocPolicy.h
Array.h
ArrayBuffer.h
ArrayBufferMaybeShared.h Bug 1842773 - Part 2: Add "resizable" flag to ArrayBuffer objects. r=sfink 2024-01-29 10:44:19 +00:00
BigInt.h Bug 1873317 - Change JS_PUBLIC_API function parameters with mozilla::Range to take references. r=spidermonkey-reviewers,evilpie 2024-01-06 18:37:22 +00:00
BuildId.h
CallAndConstruct.h
CallArgs.h Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink,iain 2024-04-11 07:51:12 +00:00
CallNonGenericMethod.h Bug 981053: Always pass CallArgs by reference. r=nbp 2024-03-19 09:24:49 +00:00
CharacterEncoding.h Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
Class.h Bug 1265271 - Mark JSClass as a MOZ_STATIC_CLASS r=jandem 2024-04-25 14:41:59 +00:00
ColumnNumber.h Bug 1862814 - Part 5: Remove zeroOriginValue methods from column number classes. r=iain 2023-11-22 12:31:34 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h
CompileOptions.h Bug 1835669 - Split import attributes pref to require explicit pref for assert syntax r=dminor 2024-01-19 01:01:30 +00:00
Context.h Bug 1891118 - Implement "brittle mode" for injecting diagnostic assertions into SpiderMonkey that are scoped to specific failure modes. r=jandem 2024-04-29 17:13:47 +00:00
ContextOptions.h Bug 1879179 - wasm: Use JSPrefs for WasmFeatures.h. r=bvisness 2024-02-27 16:56:02 +00:00
Conversions.h
Date.h Bug 1872116 - Fix year detection in checkTimeDateString r=whimboo,webdriver-reviewers,arai 2023-12-30 07:57:13 +00:00
Debug.h
Equality.h
ErrorInterceptor.h
ErrorReport.h
Exception.h
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1821671 - Part 2: Add pref for setting the maximum number of marking threads to use r=sfink 2024-04-16 14:33:15 +00:00
GCHashTable.h Bug 1865115 - Work around template bug in clang-cl r=sfink 2024-03-20 21:17:21 +00:00
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h
GCVector.h Bug 1893977 - Use same insertion sort limit for Array and TypedArray sorting. r=iain 2024-05-01 07:47:50 +00:00
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1892242: Increase maximum nursery size to 64MB. r=jonco 2024-04-22 13:42:08 +00:00
HelperThreadAPI.h Backed out 4 changesets (bug 1888429) for causing xpc failures @ tools/profiler/tests/xpcshell/test_enterjit_osr_enabling.js CLOSED TREE 2024-04-16 06:17:54 +03:00
Id.h Bug 1783397 - Part 10: Add {JSString,JS::Symbol,JS::PropertyKey}::dumpStringContent methods. r=mgaudet 2024-01-31 08:54:45 +00:00
Initialization.h
Interrupt.h
Iterator.h
JitCodeAPI.h Bug 1862692 - Part 4: Use 1-origin column number types in JitCodeAPI. r=iain 2023-11-09 11:41:05 +00:00
JSON.h Bug 1858803 - Add JS::ParseJSONWithHandler. r=bthrall 2024-01-26 15:39:38 +00:00
LocaleSensitive.h
MapAndSet.h Bug 1872151 - Update top-level comment in MapAndSet.h. r=spidermonkey-reviewers,arai DONTBUILD 2023-12-28 09:00:33 +00:00
MemoryCallbacks.h
MemoryFunctions.h
MemoryMetrics.h Bug 1885114 - Add memory accounting for the zone object r=sfink 2024-03-13 16:35:19 +00:00
Modules.h Bug 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +00:00
Object.h
Prefs.h Bug 1877193 part 18 - Assert startup prefs are set before JS_Init*. r=mgaudet,necko-reviewers,valentin 2024-02-06 12:51:34 +00:00
Principals.h
Printer.h Bug 1743098 - Write diagnostic output via printf_stderr r=jonco 2024-01-16 20:05:23 +00:00
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h Bug 1810332 - Show which wasm compiler a function is executing in profile. r=yury,profiler-reviewers,aabh 2024-02-27 00:44:21 +00:00
ProfilingStack.h
Promise.h Bug 1620223 - Part 2: Do not assert the job queue emptiness if the job queue itself is interrupted. r=jandem 2024-03-19 02:06:33 +00:00
PropertyAndElement.h
PropertyDescriptor.h
PropertySpec.h Bug 1884360 part 3 - Add infrastructure for trampoline natives. r=iain 2024-03-27 11:18:34 +00:00
ProtoKey.h Bug 1833647 - Add Float16Array; r=anba,nbp 2024-04-26 13:18:01 +00:00
Proxy.h
Realm.h
RealmIterators.h
RealmOptions.h Bug 1865406 - Use JS::Prefs to add browser preference r=jandem 2024-03-20 21:17:24 +00:00
RefCounted.h
RegExp.h
RegExpFlags.h Bug 1879225: Add more irregexp support to RegExpFlags r=dminor 2024-02-28 23:39:04 +00:00
Result.h
RootingAPI.h Bug 1886035 - Update some SpiderMonkey defines from XP_MACOSX to XP_DARWIN, r=spidermonkey-reviewers,jandem 2024-03-20 20:57:19 +00:00
SavedFrameAPI.h
ScalarType.h Bug 1833647 - Add Float16Array; r=anba,nbp 2024-04-26 13:18:01 +00:00
ScriptPrivate.h
ShadowRealmCallbacks.h
SharedArrayBuffer.h
SliceBudget.h Bug 1865383 - Check slice budget when we start marking or sweeping r=sfink 2023-11-20 16:28:11 +00:00
SourceText.h
StableStringChars.h Bug 1853907 - Copy nursery chars for AutoStableStringChars r=jonco 2023-11-24 05:33:20 +00:00
Stack.h Bug 1884268: Remove FirstSubsumedFrame::operator=(&&) r=jandem 2024-03-11 20:52:20 +00:00
StreamConsumer.h
String.h Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
StructuredClone.h
Symbol.h
TelemetryTimers.h
TraceKind.h
TracingAPI.h
Transcoding.h
TypeDecls.h
UbiNode.h
UbiNodeBreadthFirst.h
UbiNodeCensus.h Bug 1873328 - disallow nested groupings of the same type, to prevent infinite recursion r=jimb 2024-02-23 17:26:39 +00:00
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h
UbiNodeUtils.h
UniquePtr.h
Utility.h
Value.h Bug 1879225: Refactor IsFoo methods r=dminor 2024-02-28 23:39:05 +00:00
ValueArray.h Bug 1886273 - Construct HandleValueArray from PersistentRooted r=spidermonkey-reviewers,mgaudet 2024-03-19 22:11:52 +00:00
Vector.h
WaitCallbacks.h
Warnings.h
WasmFeatures.h Bug 1850627 - Wasm JS Promise integration basics. r=rhunt 2024-04-23 21:18:56 +00:00
WasmModule.h
WeakMap.h Bug 1860655 - Use Value in Get|SetWeakMapEntry. r=jonco 2023-11-14 11:57:54 +00:00
WeakMapPtr.h
Wrapper.h
WrapperCallbacks.h
Zone.h