[svn:parrot] r42439 - trunk
barney at svn.parrot.org
barney at svn.parrot.org
Thu Nov 12 08:10:38 UTC 2009
Author: barney
Date: Thu Nov 12 08:10:32 2009
New Revision: 42439
URL: https://trac.parrot.org/parrot/changeset/42439
Log:
A more informative sentence about the pcc_reapply branch.
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS Thu Nov 12 03:58:09 2009 (r42438)
+++ trunk/NEWS Thu Nov 12 08:10:32 2009 (r42439)
@@ -2,7 +2,8 @@
New in 1.8.0 (to be released on 2009-11-19)
- Functionality
- + Revamping of the parrot calling conventions.
+ + Reworked the internals of the parrot calling conventions, PCC,
+ so that all call paths use a CallSignature object for passing arguments and return values.
+ The new API-function 'Parrot_ext_call' was added for calling into C-land.
+ Improvements to the fixed-size allocator were made.
+ The files installed by 'make install-dev' are now covered by 'make install' as well.
More information about the parrot-commits
mailing list