What are code models and how do they affect code generation?

35 views Asked by At

In rustc, there are 4 code models. You can see the list by typing rustc --print code-models:

Available code models:
    small
    kernel
    medium
    large

What do they mean?

0

There are 0 answers