Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D45395
Change Details
Change Details
Old
New
Diff
This patch implements tail call optimization. This has been modeled after ARM's tail call opt. It generates tail pseudo instruction which is then lowered to auipc and jalr in the MC layer.
This patch lowers the tail pseudo instruction. This has been modeled after ARM's tail call opt.
This patch
implements
lowers the
tail
call optimiza
pseudo instruc
tion. This has been modeled after ARM's tail call opt
. It generates tail pseudo instruction which is then lowered to auipc and jalr in the MC layer
.
Continue