pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:517:
Building and installing ----------------------- o GMP 4.1 or later is now required. o C99 assumed The configure tests will not check for functions defined in C99 anymore and C99 compiler support is assumed.
+
+
Optimizations
+
-------------
+
+
o Removed the GC marker hash table. For types which require GC markers,
+
they are now allocated as parf of the data type. This significantly
+
improves GC performance ( up to a factor if 2 in some situations ).