[svn:parrot] r40621 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Tue Aug 18 14:31:01 UTC 2009


Author: coke
Date: Tue Aug 18 14:30:59 2009
New Revision: 40621
URL: https://trac.parrot.org/parrot/changeset/40621

Log:
Update docs WRT PASM1

Modified:
   trunk/DEPRECATED.pod
   trunk/NEWS

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Tue Aug 18 13:49:26 2009	(r40620)
+++ trunk/DEPRECATED.pod	Tue Aug 18 14:30:59 2009	(r40621)
@@ -210,7 +210,8 @@
 
 =item C<PASM1 compiler> [eligible in 2.1]
 
-See PDB_compile.
+See PDB_compile. Note that the current version of the C<PASM1> compiler
+issues a warning and is not functional. (However, it used to segfault.)
 
 =back
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Tue Aug 18 13:49:26 2009	(r40620)
+++ trunk/NEWS	Tue Aug 18 14:30:59 2009	(r40621)
@@ -12,7 +12,6 @@
   + Improvements to the Parrot Debugger
   + Added experimental fixed-size structure allocator to the GC
   + Added experimental lazy arena allocation to the GC
-  + Removed the defunct PASM1 compiler object
   + Refactored hashes, keys, and iterators
   + Added "corevm" make target to build Parrot without all the supporting libraries
   + Removed Random PMC type and added in a "rand" dynop
@@ -28,6 +27,7 @@
   + Improved documentation about Parrot Debugger
   + Update PGE Documentation
 - Miscellaneous
+  + Deprecate 'PASM1' compiler object, update to warn instead of segfault
   + Added tests
   + Fixes to code, documentation, and standards
 


More information about the parrot-commits mailing list