[plt-scheme] Inlining & Modules

From: Brian Campbell (lambda at mac.com)
Date: Mon Sep 2 09:46:54 EDT 2002

If I have two modules, where one has a loop that calls a small, 
leaf function that's defined in the other, will the leaf 
function be inlined if I compile each separately with mzc -e? If 
not, is there some way to force it to be inlined? What inlining 
sizes will be reasonably aggressive about inlining?




Posted on the users mailing list.