HaskellWiki

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

 

Not logged in
Log in | Help

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.org/haskellwiki/Function_inlining"

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