HHVM 3.27.3 和 3.28.2 发布,PHP 虚拟机

栏目: PHP · 发布时间: 7年前

内容简介:HHVM 3.27.3 和 3.28.2 发布了。HipHopVM(HHVM) 是 Facebook 推出的用来执行 PHP 代码的虚拟机,它是一个 PHP 的 JIT(Just-In-Time) 编译器,同时具有产生快速代码和即时编译的优点。主要更新内容如下:Bug 修复

HHVM 3.27.3 和 3.28.2 发布了。HipHopVM(HHVM) 是 Facebook 推出的用来执行 PHP 代码的虚拟机,它是一个 PHP 的 JIT(Just-In-Time) 编译器,同时具有产生快速代码和即时编译的优点。

主要更新内容如下:

Bug 修复

  • 3.27.3 and 3.28.2: handle EINTR when using HackC (common when using Xenon) - thanks to Keith Adams.

  • 3.27.3 and 3.28.2:  fix namespace resolution in anonymous classes when using HackC

  • 3.28.2: Support single-line if statements in hackfmt

性能改进

  • 3.27.3 and 3.28.2: provide better information on mouse hover in LSP editors and IDEs

  • 3.28.2: Experimental: add <<__Entrypoint>> , removing the need for pseudo-mains

  • 3.28.2: Experimental: add regular expression support as a native type

详情请查看 更新日志

下载地址:

3.28.2

3.27.3


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Understanding Computation

Understanding Computation

Tom Stuart / O'Reilly Media / 2013-6-3 / USD 39.99

Finally, you can learn computation theory and programming language design in an engaging, practical way. Understanding Computation explains theoretical computer science in a context you'll recognize, ......一起来看看 《Understanding Computation》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试