Opened 11 years ago

Closed 8 years ago

Last modified 7 years ago

#2311 closed enhancement (fixed)

Differentiate between Inline = false and no inline annotation

Reported by: carlj@… Owned by: somebody
Priority: normal Milestone: 1.11.0
Component: Frontend Version: trunk
Keywords: Cc:

Description

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)

comment:1 by anonymous, 11 years ago

Summary: Differentiate between no Inline = false and no inline annotationDifferentiate between Inline = false and no inline annotation

comment:2 by anonymous, 10 years ago

The types could be called e.g.:

  record NO_INLINE_SET "No inline information available. This is default behavior."
  end NO_INLINE_SET;

  record NO_INLINE "Do not inline."
  end NO_INLINE;

comment:3 by Dietmar Winkler, 9 years ago

Milestone: Future

comment:4 by anonymous, 8 years ago

Resolution: fixed
Status: newclosed

comment:5 by Martin Sjölund, 7 years ago

Milestone: Future1.11.0
Note: See TracTickets for help on using tickets.