faster-cpython / ideas

1.67k stars 49 forks source link

Proposal for the tier 2 redundancy eliminator #649

Closed Fidget-Spinner closed 4 months ago

Fidget-Spinner commented 5 months ago

This how the lattice renders (view on Desktop/Web):

flowchart TD
    A("`Bottom, ie. x: *?*, y: *?*`") --> B("`x: *int*, y: *?*`")
    A --> C("`x: *?*, y: *float*`")
    B --> D("`Top, x: *int*, y: *float*`")
    C --> D
gvanrossum commented 4 months ago

Could you paste in the image for Mark's diagram?