Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change some arguments from T::Type::Type{T} #10989

Closed
wants to merge 1 commit into from

Commits on Apr 24, 2015

  1. Change some arguments from T::Type::Type{T}

    Some of these were likely doing just fine because they got inlined (in which case I think this change is purely cosmetic).  And while this may cause more specialized methods to be compiled, I believe that these are cases where we want them to be specialized.  That said, I'm unfamiliar with these portions of the codebase (cc @Jutho for concatenation, @tanmaykm for readdlm) and these were purely mechanical changes spurred by JuliaLang#10988 (`ack '::(Data)?Type[^{]' base`).
    
    This may help readdlm performance (JuliaLang#10428), but I've done no testing.
    mbauman committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    a6b7856 View commit details
    Browse the repository at this point in the history