gpt4 book ai didi

f# - fsharp 编译器是否将冗余函数组合减少为空操作?

转载 作者:行者123 更新时间:2023-12-02 19:00:40 33 4
gpt4 key购买 nike

以下表达式是否会使用 fsharp 编译器生成任何代码?

let xs = List.rev <| List.rev xs

最佳答案

不,事实并非如此。您可以查看 sharplab 上的输出 IL验证它将发出什么。

您可以了解 F# 编译器对代码进行的优化类型 here 。它使用不同的技术优化了几件事,其中一些比其他技术有更好的记录。

关于f# - fsharp 编译器是否将冗余函数组合减少为空操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65621057/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com