-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
compiler:codegenGeneration of LLVM IR and native codeGeneration of LLVM IR and native codefixed on masterperformanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
julia> function f(N)
res = zeros(N)
a = 1.1
b = 2.2
@inbounds for i in eachindex(res)
res[i] = a*i + b*i
end
res
end
the @inbounds
makes about 2x performance different in 1.8 but seems to be fixed on master, it would be nice to find the fix and backport to 1.8
carstenbauer, SobhanMP, jishnub and ParadaCarleton
Metadata
Metadata
Assignees
Labels
compiler:codegenGeneration of LLVM IR and native codeGeneration of LLVM IR and native codefixed on masterperformanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version