We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8ecec commit eb50a09Copy full SHA for eb50a09
lib/elixir/lib/module.ex
@@ -466,7 +466,8 @@ defmodule Module do
466
of the corresponding setting in `Code.compiler_options/1`
467
468
* `@compile {:inline, some_fun: 2, other_fun: 3}` - inlines the given
469
- name/arity pairs
+ name/arity pairs. Inlining is applied locally, calls from another
470
+ module are not affected by this option
471
472
* `@compile {:autoload, false}` - disables automatic loading of
473
modules after compilation. Instead, the module will be loaded after
0 commit comments