Ticket #364 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Python literals loose their type information during type analysis

Reported by: scoder Owned by: scoder
Priority: major Milestone: 0.11.3
Component: Type Analysis Keywords:
Cc:

Description

PyConstNode overwrites the existing type information of literal nodes with py_object_type, thus loosing the more specific type information of the literal. This prevents later optimisations on literals.

Change History

Changed 4 years ago by scoder

  • owner changed from somebody to scoder

Changed 4 years ago by scoder

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.