phpng-int

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
phpng-int [2017/09/22 13:28] – external edit 127.0.0.1phpng-int [2018/01/09 15:49] kalle
Line 21: Line 21:
 </code> </code>
  
-The value cell represented as two 64-bit words. The first word contains actual value (it's defined as a union of possible value types), the second contains type tag and some flags. The type and flags may be accessed together as a single 32-bit world for efficiency. The “unused” space actually may be reused for different purposes when cell are embedded into other structures. (e.g. for hash collision list when the value embedded into HashTable)+The value cell represented as two 64-bit words. The first word contains actual value (it's defined as a union of possible value types), the second contains type tag and some flags. The type and flags may be accessed together as a single 32-bit word for efficiency. The “unused” space actually may be reused for different purposes when cell are embedded into other structures. (e.g. for hash collision list when the value embedded into HashTable)
  
 The re-factored engine defines the following data types. Most of them are well known from PHP-5 engine: The re-factored engine defines the following data types. Most of them are well known from PHP-5 engine:
phpng-int.txt · Last modified: 2018/01/09 16:34 by kelunik