5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5266 from gzm0/no-buffer More... 2 days ago
Merge pull request #5265 from gzm0/immutable-opt More... 2 days ago
Merge pull request #5264 from gzm0/separate-profile More... 3 days ago
Replace unnecessary ArrayBuffer with Array in IncOptimizer More... 3 days ago
Merge pull request #5263 from sjrd/test-long-unsigned-comparisons More... 3 days ago
Add tests for unsigned comparison of `Long`s. More... 3 days ago
Merge pull request #5262 from sjrd/regex-matcher-jdk9-methods More... 4 days ago
Fix #5261: Implement methods of ju.regex.Matcher from JDK 9. More... 4 days ago
Merge pull request #5259 from sjrd/rearrange-isexact-in-optimizer More... 6 days ago
Use immutable Map in IncOptimizer#MethodContainer More... 9 days ago
Merge pull request #5260 from sjrd/remove-rt-long-division-fast-paths More... 12 days ago
Merge pull request #5167 from sjrd/opt-divide-and-remainder More... 16 days ago
Add separate linker profiling project More... 18 days ago
Remove the paths for small numerators in RuntimeLong divisions. More... 18 days ago
Remove code paths for division by powers of 2 in RuntimeLong. More... 18 days ago
Move the logic for "exactness" of primitives into `typeTestResult`. More... 28 days ago
Refactor: Exactness only matters for class types in call resolution. More... 28 days ago
Opt: Centralized function to predict the result of type tests. More... 28 days ago
Merge pull request #5256 from sjrd/wasm-direct-vtable-for-prim-arrays More... 30 days ago
Wasm: Store the type data of primitive arrays directly in globals. More... about 1 month ago
Refactoring: Wasm: Move `genArrayClasses()` to `ClassEmitter`. More... about 1 month ago
Merge pull request #5251 from sjrd/math-scalb More... about 1 month ago
Merge pull request #5253 from sjrd/fix-jenkins-2.13-versions More... about 1 month ago
Fix the set of 2.13.x versions tested by the full CI build. More... about 1 month ago
Merge pull request #5250 from xuwei-k/slash-syntax More... about 1 month ago
Implement jl.Math.scalb. More... about 1 month ago
Replace to new slash syntax More... about 1 month ago
Merge pull request #5229 from sjrd/wasm-fuse-unboxes-into-custom-js-helpers More... about 1 month ago
Refactor: Introduce helpers for unsigned comparisons in the javalib. More... about 1 month ago
Wasm: Better codegen for casts to non-nullable `(ref any)`. More... about 1 month ago