Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   a new programming language for HHVM (http://siteownersforums.com/showthread.php?t=157158)

fares60 08-06-2015 05:08 PM

a new programming language for HHVM
 

yasar 08-12-2015 11:26 AM

ya now only i have here about this language , i think this language concepts are similar to php, like javascript and jquery

michealdyson 09-27-2015 06:47 PM

HipHop Virtual Machine (HHVM) is a process virtual machine based on just-in-time (JIT) compilation that serves as an execution engine for the PHP and Hack programming languages. By using the principle of JIT compilation, executed PHP or Hack code is first transformed into intermediate HipHop bytecode (HHBC), which is then dynamically translated into the x86-64 machine code, optimized, and natively executed.This contrasts to the PHP's usual interpreted execution, in which the Zend Engine transforms the PHP source code into opcodes that serve as a form of intermediate code, and executes the opcodes directly on the Zend Engine's virtual CPU


All times are GMT -7. The time now is 02:15 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.