HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

Function inlining

Categories: Glossary

Function inlining means that the compiler does not insert a function call into the machine code but inserts the whole function definition instead. That is inlining treats functions like macros.

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/Function_inlining"

This page has been accessed 2,304 times. This page was last modified 15:59, 18 January 2008. Recent content is available under a simple permissive license.