julia
a97137ee - `Base`: `append!`, `resize!`: convert length to `Int` before passing it on (#57585)

Commit
1 year ago
`Base`: `append!`, `resize!`: convert length to `Int` before passing it on (#57585) Reduces the number of invalidations from 512 to 505 on running this code: ```julia struct I <: Integer end Base.Int(::I) = 7 ```
Author
Parents
Loading