Differentiate between Inline = false and no inline annotation
Currently, DAE.InlineType uses the same record, DAE.NO_INLINE, for functions that have an Inline = false annotation and functions which have no inline annotation.
I propose that two different records are used for these two cases, one where the funtion has an Inline = false annotation and one where the function has no inline annotation.
Change History
(5)
Summary: |
Differentiate between no Inline = false and no inline annotation → Differentiate between Inline = false and no inline annotation
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
Future → 1.11.0
|
The types could be called e.g.: