Commits
User selector
Commit History
Commits on Jul 10, 2025
[JSC] Use `enum class` for `CompilationResult`, `CachedCodeBlockTag`, `CodeSpecializationKind` for Safer C++
Show description for a2ae581authored andcommitted
Commits on Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on Jun 26, 2025
[JSC] Concurrently computing CodeBlockHash
Show description for 82de5bbcommitted
Commits on May 17, 2025
[JSC] Allow CodeBlock hash computation from concurrent compiler thread
Show description for 4f51c8dcommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on May 30, 2024
[SHA1] Add fast path when adding UTF8 bytes from a String that only contains ASCII
Show description for 484500bcommitted
Commits on Apr 20, 2024
Reduce use of `const char*`
Show description for d4169aacommitted
Commits on Mar 26, 2024
Complete transition to std::span in CryptoDigest-related code
Show description for 7792511authored andcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Mar 26, 2022
Use unary static_assert
Show description for 156d59fcommitted
Commits on Jun 6, 2020
Make CodeBlockHash robust against unreasonably long source code.
Show description for 4aff9e8committed
Mark Lam
Commits on Mar 24, 2018
[JSC] Improve constants and add comments for CodeBlockHash
Show description for 84b66f7committed[JSC] Add options to report parsing and bytecode compiling times
Show description for 80d5209committed
Commits on Dec 11, 2013
Store SHA1 hash in std::array
Show description for 873a348authored andcommitted
Commits on Dec 10, 2013
Replace use of WTF::FixedArray with std::array
Show description for 15fc8f5committed
Sam Weinig
Commits on Dec 6, 2013
Define SHA1 hash size in SHA1.h and use it at various places.
Show description for ab64ce7authored andcommitted
Commits on Jul 25, 2013
fourthTier: DFG IR dumps should be easier to read
Show description for ff265c8committedfourthTier: Concurrent JIT shouldn't try to recompute the CodeBlockHash as part of debug dumps, since doing so may fail if dealing with a CachedScript that doesn't have its script string handy
Show description for 0b7f431committedfourthTier: DFG tries to ref/deref StringImpls in a ton of places
Show description for a9c39f2committed
Commits on Jan 23, 2013
Replace numerous manual CRASH's in JSC with RELEASE_ASSERT
Show description for 90f6917committed
Commits on Nov 30, 2012
It should be easy to find code blocks in debug dumps
Show description for 7194c55committed
Filip Pizlo
Loading