-
APG does not recompile if target file is up to date. In tools/basis: a new tool: 'more_recent(String,String)' comparing the last modification dates of two files.
-
…/examples/secondary_modules_test.anubis. More sophisticated examples are yet needed.
-
…n terminal récursion is eliminated (this is a 'small' optimization).
-
…moved from the source files.
-
incompatible with secondary modules.
-
… (not doing the same thing). The sequence '(address . a) push' has been replaced by '(push_function . a)' (this is just an optimization) in many places (but not everywhere).
-
eliminated (replaced by an actual loop) in the code of arrow functions, i.e. functions defined by |-> and |-f->.
-
…uctions connect_file_? and connect_IP_?.
-
… top level functions. This induces a change in the calling conventions. Some big programs are running again (web sites), but work is still to be done on secondary modules.
-
…o come. For informations, see predefined.anubis section (7.8).
-
… du champ code_size, et le champ byte_code contient maintenant un vrai byte array (qui contient la taille du code).
-
Mais pour le moment, le test reste rudimentaire, car les modifs de garbage-collector ne sont pas encore faites.