FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/jit/JITOpcodes.cpp - WebKit/WebKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebKit
/
WebKit
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Pull requests
2.6k
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WebKit
Source
JavaScriptCore
jit
JITOpcodes.cpp
on
main
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
[JSC] Add JSString::isDefinitelyAtom
Show description for 24f0a33
Constellation
committed
24f0a33
View commit details
Copy full SHA for 24f0a33
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
[JSC] Implement op_switch_string fast path in baseline JIT
Show description for c00fd8a
ast-hugger
committed
c00fd8a
View commit details
Copy full SHA for c00fd8a
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
[JSC] Remove many 32bit-only concept from JIT
Show description for bf1dab7
Constellation
committed
bf1dab7
View commit details
Copy full SHA for bf1dab7
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
[JSC] Remove various scratch registers as branchIfNumber etc. no longer need to take a scratch for 64bit
Show description for 84f83ab
Trial
authored and
Constellation
committed
84f83ab
View commit details
Copy full SHA for 84f83ab
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
Remove 32-bit JSValues.
Show description for 29ceb3c
justinmichaud
committed
29ceb3c
View commit details
Copy full SHA for 29ceb3c
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
[armv7] Remove ARMv7 JIT support
Show description for 857bd43
justinmichaud
committed
857bd43
View commit details
Copy full SHA for 857bd43
View code at this point
Browse repository at this point
Commits on May 15, 2026
Remove JSHeapInt32/Double
Show description for 3bb4fc9
kmiller68
committed
3bb4fc9
View commit details
Copy full SHA for 3bb4fc9
View code at this point
Browse repository at this point
[JSC] Optimize stricteq with non-String / non-HeapBigInt cells
Show description for 8f52a29
Constellation
committed
8f52a29
View commit details
Copy full SHA for 8f52a29
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90
jernoble
committed
9f2eb90
View commit details
Copy full SHA for 9f2eb90
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202
cdumez
committed
e602202
View commit details
Copy full SHA for e602202
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839
Constellation
committed
7d45839
View commit details
Copy full SHA for 7d45839
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
[LOL] Add switch/throw bytecodes
Show description for f52fa4a
kmiller68
committed
f52fa4a
View commit details
Copy full SHA for f52fa4a
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
[JSC] Remove unused op_overrides_has_instance
Show description for 39d9b74
kmiller68
committed
39d9b74
View commit details
Copy full SHA for 39d9b74
View code at this point
Browse repository at this point
[JSC] Remove op_rest_length
Show description for 7424a48
kmiller68
committed
7424a48
View commit details
Copy full SHA for 7424a48
View code at this point
Browse repository at this point
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cff
kmiller68
committed
1883cff
View commit details
Copy full SHA for 1883cff
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
Adopt C++20 Concepts in JavaScriptCore/jit
Show description for 6157d21
iidmsa
committed
6157d21
View commit details
Copy full SHA for 6157d21
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
Unreviewed, relanding 297160@main
Show description for 7e143ba
Constellation
committed
7e143ba
View commit details
Copy full SHA for 7e143ba
View code at this point
Browse repository at this point
Commits on Jul 10, 2025
Unreviewed, reverting 297160@main.
Show description for e0c0c1b
webkit-commit-queue
authored and
hyjorc1
committed
e0c0c1b
View commit details
Copy full SHA for e0c0c1b
View code at this point
Browse repository at this point
Commits on Jul 9, 2025
[JSC] Add list style switch
Show description for 5085bf6
Constellation
committed
5085bf6
View commit details
Copy full SHA for 5085bf6
View code at this point
Browse repository at this point
Commits on May 22, 2025
[JSC] eval calls should not create JSCallee for each invocation
Show description for ab44891
Constellation
committed
ab44891
View commit details
Copy full SHA for ab44891
View code at this point
Browse repository at this point
Commits on May 5, 2025
[JSC] Use [[noreturn]] in C++
Show description for 07e62c1
Gumichocopengin8
authored and
kmiller68
committed
07e62c1
View commit details
Copy full SHA for 07e62c1
View code at this point
Browse repository at this point
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92f
cdumez
committed
0e0b92f
View commit details
Copy full SHA for 0e0b92f
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
Web Inspector: Debugger: add a way to step over `await` as though it was sync code
Show description for 6eceba5
dcrousso
committed
6eceba5
View commit details
Copy full SHA for 6eceba5
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
Unreviewed, reverting 292040@main.
Show description for 594c5f4
webkit-commit-queue
authored and
Constellation
committed
594c5f4
View commit details
Copy full SHA for 594c5f4
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
[JSC] Add NewRegExpUntyped DFG node
Show description for d8448d0
Constellation
committed
d8448d0
View commit details
Copy full SHA for d8448d0
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
Unreviewed, reverting 292008@main.
Show description for c5e0671
webkit-commit-queue
authored and
Constellation
committed
c5e0671
View commit details
Copy full SHA for c5e0671
View code at this point
Browse repository at this point
[JSC] Use 3-operand instructions more in Baseline / DFG
Show description for 07c88b9
Constellation
committed
07c88b9
View commit details
Copy full SHA for 07c88b9
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1
cdumez
committed
6ef08d1
View commit details
Copy full SHA for 6ef08d1
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
Unreviewed, reverting 284931@main and 284940@main.
Show description for 9bfbbb1
webkit-commit-queue
authored and
Constellation
committed
9bfbbb1
View commit details
Copy full SHA for 9bfbbb1
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
[JSC] Don't use JSScope instances as `this` value when calling functions
Show description for ee167b8
Alexey Shvayka
committed
ee167b8
View commit details
Copy full SHA for ee167b8
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
[JSC] Add defaultOffset from bytecode to SwitchTables
Show description for 2ad9fbc
Constellation
committed
2ad9fbc
View commit details
Copy full SHA for 2ad9fbc
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
[JSC] Fuse `instanceof` bytecodes to one to reduce the emitted bytecode size
Show description for 74d2332
hyjorc1
committed
74d2332
View commit details
Copy full SHA for 74d2332
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
[JSC] Move BaselineJITExecutionCounter to BaselineJITData
Show description for 50150bb
Constellation
committed
50150bb
View commit details
Copy full SHA for 50150bb
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
[JSC] Make DataIC inline code adaptive
Show description for 9fa6f1a
Constellation
committed
9fa6f1a
View commit details
Copy full SHA for 9fa6f1a
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
[JSC] Simplify JSFunction creation operation
Show description for 879f178
Constellation
committed
879f178
View commit details
Copy full SHA for 879f178
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL