Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Reduce specialization in GLib methods #552

Merged
merged 3 commits into from
Jan 14, 2021
Merged

Reduce specialization in GLib methods #552

merged 3 commits into from
Jan 14, 2021

Commits on Jan 2, 2021

  1. Reduce specialization in GLib methods

    A lot of these methods run on non-inferrable argument types.
    Consequently it seems to make sense to reduce the amount of
    specialization.
    
    Note there's one case with *increased* specialization, to make it
    more reliably inferrable and thus precompilable.
    timholy committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    0d57b16 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    23b0d90 View commit details
    Browse the repository at this point in the history
  2. More precompiles

    timholy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    df5d814 View commit details
    Browse the repository at this point in the history