File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1593,10 +1593,10 @@ as defined above):
15931593
15941594Since any cross-component call necessarily transits through a statically-known
15951595` canon_lower ` +` canon_lift ` call pair, an AOT compiler can fuse ` canon_lift ` and
1596- ` canon_lower ` into a single, efficient trampoline. This allows efficient
1597- compilation of the permissive [ subtyping] ( Subtyping.md ) allowed between
1598- components (including the elimination of string operations on the labels of
1599- records and variants) as well as post-MVP [ adapter functions] .
1596+ ` canon_lower ` into a single, efficient trampoline. In the future this may allow
1597+ efficient compilation of permissive subtyping between components (including the
1598+ elimination of string operations on the labels of records and variants) as well
1599+ as post-MVP [ adapter functions] .
16001600
16011601By clearing ` may_enter ` for the duration of calls to imports, the ` may_enter `
16021602guard in ` canon_lift ` ensures that components cannot be externally reentered,
You can’t perform that action at this time.
0 commit comments