pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:65:
resolve types in forward referring expressions, and is only run when needed. o #pragma disassemble This directive is now available even in pikes compiled --without-debug. The byte code output is now interleaved with the generated machine code on selected architectures.
+
o #pragma no_strict_types
+
+
It is now possible to turn off the strict types mode for a section
+
of code.
+
o Complain about redundant backslash escapes. o '__weak__' modifier added. It is now possible to declare object variables to have weak references. o Support for arguments to implicit lambdas added. Implicit lambdas now behave as if they were declared as lambda(mixed ... __ARGS__).