-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你应该编译你的 JavaScript 代码吗? #7992
你应该编译你的 JavaScript 代码吗? #7992
Conversation
这篇不是 @zenblo 在翻译吗 |
@lsvih 我没开始翻译,就直接采用 @PassionPenguin ,我待会帮忙校对 |
@lsvih 校对认领 |
@zenblo 好的 @PassionPenguin 下会儿记得先认领(加锁)哈 🤦 |
啊?我记得我认领了???😂 |
抱歉抱歉,我真的不知道 |
我傻了我的日程不知道为什么排错了🌚 |
@PassionPenguin @lsvih 校对完成 |
@lsvih 校对认领~ |
@Ashira97 好的 |
|
||
AOT is usually meant for statically typed languages because for them, there is no dynamic behavior that needs to be examined and determined during execution. All the rules are laid out right there in the code, so the compiler can read it, understand how data flows internally and optimize accordingly, while at the same time, translating the code into a native interpretation (also known as machine code). | ||
AOT 通常是为那些静态语言所使用的,因为对于他们而言,没有什么动态的需要被判断和决定的行为。所有的规则都已经摆在代码中了,编译器可以很简单地阅读这些内容,明白其中的数据流并且有针对性的对其进行优化,并同时将这些代码转译为原生的解析语言(或称为机器语言). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没有什么动态的需要被判断和决定的行为
=>没有什么需要在运行时判断和决定的动态行为
@PassionPenguin 校对完成 有一点小修改~ |
Co-authored-by: Zz 招锦 <[email protected]> Co-authored-by: Ashira97 <[email protected]>
1 similar comment
= = GitHub 500 一句话发了四次还给我close了... |
@PassionPenguin 已经 merge 啦~ 快快麻溜发布到掘金然后给我发下链接,方便及时添加积分哟。 掘金翻译计划有自己的知乎专栏,你也可以投稿哈,推荐使用一个好用的插件。 |
译文翻译完成 ψ(`∇´)ψ,resolve #7970