Commits
User selector
Commit History
Commits on Sep 23, 2021
Null pointer dereference in JSC::GetByStatus
Show description for be3e645authored andcommitted
Commits on Sep 17, 2021
Improve access case printing and show inline capacity for structures
Show description for eb8b4f9committed
Justin MichaudDon't throw an exception in the middle of linking a CodeBlock
Show description for a6bcc60committedMove some profiling to UnlinkedCodeBlock
Show description for b366e7ecommitted
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committedFix crash in 32 bits due to not enough scratch registers available
Show description for 2717700authored andcommitted
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed
Commits on Sep 9, 2021
[JSC] Optimize op_get_property_enumerator further
Show description for c9d673ecommittedOptimize compareStrictEq when neither side is a double and at least one is not a BigInt
Show description for e539afdcommitted
Robin Morisset
Commits on Sep 3, 2021
[JSC] Validate JSPropertyNameEnumerator via watchpoints
Show description for 36e377ccommitted
Commits on Sep 2, 2021
[JSC] ScriptExecutable::newCodeBlockFor should handle exceptions more predictably
Show description for 7c23aa1committedFix IndexedDoubleStore InlineAccess for 32 bits
Show description for be9edd2authored andcommitted
Commits on Sep 1, 2021
Non-unified build partial fixes, late late August 2021
Show description for 892294dcommitted
Commits on Aug 29, 2021
Unreviewed. Remove the build warning below since r281615.
Show description for 50eaa3dcommitted
Commits on Aug 27, 2021
Avoid increasing required alignment of target type warning on ARM 32 bits
Show description for cdcdb2bauthored andcommitted[JSC] op_put_private_name should use modern IC and remove ByValInfo
Show description for a3de04acommitted
Commits on Aug 26, 2021
[JSC] Segfault in stress/typedarray-every.js (32bit)
Show description for 3140a43committed[JSC] DataIC should not embed StructureStubInfo pointer
Show description for 0444fe1committed[JSC] Polymorphic PutByVal
Show description for ef27e81committed
Commits on Aug 22, 2021
[JSC] Remove Intl runtime feature flags for already shipped ones
Show description for f38367dcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 30, 2021
[JSC] Legacy RegExp fields should be accessors
Show description for daaceb7committed
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on Jul 20, 2021
[JSC] StructureStubInfo's m_identifier should follow to the same protocol of inlineAccessBaseStructure
Show description for dc9651fcommitted
Commits on Jul 19, 2021
[JSC] InByStatus / InByVariant should visit CacheableIdentifier
Show description for 2a845f8committed
Commits on Jul 16, 2021
Unreviewed, reverting r279916.
Show description for af177c0committed
Commits on Jul 14, 2021
Convert small JIT pool tests into executable fuzzing
Show description for e091065committed
Commits on Jul 11, 2021
Continue to consult InlineAccess's Structure even after switching to a stub IC
Show description for aaff132committed
Commits on Jul 6, 2021
[JSC] Optimize Object.assign and putDirectInternal
Show description for cb3e0dccommitted
Commits on Jul 1, 2021
Turn off data ICs by default
Show description for 625f01acommitted
Commits on Jun 22, 2021
[JSC] Add JIT ICs for `#x in obj` feature
Show description for 57ebbb5committed
Commits on Jun 19, 2021
[Revert r278576] Put the Baseline JIT prologue and op_loop_hint code in JIT thunks.
Show description for c8793dacommitted
Mark Lam
Commits on Jun 18, 2021
Define MacroAssemblerARM64E::numberOfPACBits based on OS_CONSTANT(EFFECTIVE_ADDRESS_WIDTH).
Show description for 2a47bc2committed
Mark Lam
Commits on Jun 10, 2021
Non-unified build fixes, early May 2021 edition
Show description for 574ededcommitted[JSC] Rename *ByIdVariant to *ByVariant and *ByKind::Normal to *ByKind::ById
Show description for 70ea462committed