Mill Computing, Inc. › Forums › The Mill › Tools › Compilers › Inlining functions vs. call/return › Reply To: Inlining functions vs. call/return
Yes, we fully expect well weighed inlining. The specializer has all the necessary data and can inline aggressively. The Mill’s metadata allows speculation so we can even inline many conditional calls.
In many of the talks Ivan mentions in passing that we plan to do these kinds of optimization, but the references may be quite obscure.