Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better inlining analysis and heuristic algorithms #292

Open
baronfel opened this issue Oct 14, 2016 · 0 comments
Open

Better inlining analysis and heuristic algorithms #292

baronfel opened this issue Oct 14, 2016 · 0 comments

Comments

@baronfel
Copy link
Owner

Better inlining analysis and heuristic algorithms [6137978]

Submitted by Nick Palladinos on 7/5/2014 12:00:00 AM
22 votes on UserVoice prior to migration

It would be great if the compiler can inline away CPS compositions like the following.
let inline f k = (fun x -> k (x + 1))
let inline g k = (fun x -> k (x + 2))

(f << g) id 1 // 4
In general better inlining analysis and heuristic algorithms

Response

** by fslang-admin on 2/5/2016 12:00:00 AM **

This is automatically approved – definitely something we want to do – but not individually tracked individually here. Let’s do it… Please submit your PRs for improved inlining :)
Don Syme, F# Language Evolution

Original UserVoice Submission
Archived Uservoice Comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant