pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-12-31
2017-12-31 12:52:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e80594da345ffd75a069654e6ec6ada9aed764d7 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added note about the three pass compiler.
42:
object. It has now been changed to also use `** (or, rather, pow() is now implemented using predef::`**()).
+
o Three pass compiler.
+
+
An extra pass of the compiler has been added. It is used to properly
+
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.