Summary
inlining of procedures that use non-simple subexpressions
Metadata
- Id: 59e99d743704d918694b54dd3d37dbc40db9e5a3
- Trac id: 39
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.0.5
- Changetime: 2009-08-23 00:33:47 UTC
- Created: 2009-06-14 02:08:18 UTC
- Keywords:
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.
Changes and comments
[2009-08-23 00:33:47 UTC] felix changed status from new to closed
[2009-08-23 00:33:47 UTC] felix set resolution to fixed
[2009-08-23 00:33:47 UTC] felix wrote:
Inlining works now for non-simple procedures (r15543).