Opened 16 years ago
Closed 15 years ago
#39 closed enhancement (fixed)
inlining of procedures that use non-simple subexpressions
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | compiler | Version: | 4.0.5 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Currently only procedures are inlined that contain non-calls (or ##core#inline...
expressions). Investigate whether inlining of non-simple bodies is possible, at least for intrinsics.
Note: See
TracTickets for help on using
tickets.
Inlining works now for non-simple procedures (r15543).