[plt-scheme] Inlined Functions

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Aug 15 09:13:09 EDT 2003

At 14 Aug 2003 13:53:05 +0000, Paulo Jorge de Oliveira Cantante de Matos wrote:
> Is it possible to say mzscheme that a function in a module should be
> inlined?

No.

If I really wanted a function inlined with MzScheme, then I'd use a
macro, but others on this list will remind you that it's an abuse of
macros to do the compiler's job...

Matthew



Posted on the users mailing list.