Popular repositories
710 contributions in the last year
Less
More
Contribution activity
July 2021
Created 12 commits in 1 repository
Created a pull request in JuliaLang/julia that received 5 comments
Opened 13 other pull requests in 1 repository
JuliaLang/julia
5
open
8
merged
- fix #41686, enable assertions when the llvm build does
- fix #40048, stack overflows in type intersection
- small optimization to subtyping
-
improve docstring for
:: - fix #41654, layout of 0-field structs with circular supertypes
-
fix #41546, make
usingthread-safe -
some optimizations for
Array{Symbol} - update expression size rules
-
RFC: document compatibility properties of
serialize -
increase specialization of
_totuple -
fix #40773, bug in
summarysizeon arrays of inlined structs with pointers -
fix #41157, unnecessary assertion on
Tuple{Union{}} - fix julia_asserts to depend only on julia build mode
Reviewed 27 pull requests in 1 repository
JuliaLang/julia 27 pull requests
- add length type parameter to StepRangeLen
- Init codegen during sysimg restore.
- compiler: general refactor
-
Fix
fieldtype_tfuncfor union types - fix error message for Core.Intrinsics functions
- codegen: avoid attempting to box singleton objects unnecessarily
- codegen: add missing return after error check
- codegen: optimize setfield/arrayset with inline isa test
-
Fix
length(::AbstractUnitRange)and speed uplength(::AbstractUnitRange{<:Rational}) -
Make Distributed.jl
Workerstruct thread-safe. -
Move compile timing to inside
@time's main timing block. Fixes >100% compilation time reports - Extended performance tips about abstract types
-
RFC: document compatibility properties of
serialize - optimizations for intrinsic atomics
- catch exception and unlock synctake. issue #33972
- add default "auto" as option to --check-bounds
- fix another bug in circular type detection
-
Fix
sum()andprod()for tuples - Distributed: add C shell support (fixes #32690)
- Emit traps for unreachable nodes
- faster findfirst(iszero) for byte arrays
-
See also
summarysizefrom docstring forsizeof - create new tasks in the parent world
- codegen: complete handling for partial-layout objects
- Improving broadcasting performance by working around recursion limits of inlining
- Some pull request reviews not shown.
Created an issue in JuliaLang/julia that received 3 comments
failing LLVM assertion
Generating REPL precompile statements... 18/31ERROR: Expected<T> must be checked before access or destruction.
Expected<T> value was in success sta…
3
comments
