Displaying 1 result from an estimated 1 matches for "mkcell".
2015 Oct 22
8
RFC: Inlining report
...-> EXTERN: exit
....
COMPILE FUNC: outOfMemory
-> EXTERN: fprintf
-> INLINE: showFileNames (70<=225)
<<Inlining is profitable>>
-> EXTERN: fprintf
-> cleanUpAndFail
[[Callee is noreturn]]
....
COMPILE FUNC: snocString
-> INLINE: mkCell (-14920<=225)
<<Callee has single callsite and local linkage>>
-> INLINE: myMalloc (70<=225)
<<Inlining is profitable>>
-> EXTERN: malloc
-> outOfMemory
[[Callee is noreturn]]
-> EXTERN: strlen
->...