aviatesk/JET.jl

List of Base reports

Open

#512 opened on May 12, 2023

 (1 comment) (0 reactions) (0 assignees)Julia (44 forks)batch import
good first issue

Repository metrics

Stars
 (880 stars)
PR merge metrics
 (Avg merge 4d 6h) (10 merged PRs in 30d)

Description

Feel free to close this, but I thought it might be useful to start a list of things that might need to be improved in Base to reduce the frequency of spurious reports:

  • aligned_sizeof: reports from datatype_alignment(T) even for types that allocatedinline(T) returns false. Might allocatedinline(T) need some effect-annotation? (EDIT: will be fixed by https://github.com/JuliaLang/julia/pull/49801)
  • [ ]

Contributor guide