[svn:parrot] r41141 - trunk
bacek at svn.parrot.org
bacek at svn.parrot.org
Mon Sep 7 23:01:59 UTC 2009
Author: bacek
Date: Mon Sep 7 23:01:58 2009
New Revision: 41141
URL: https://trac.parrot.org/parrot/changeset/41141
Log:
Fix small typo in NEWS about Contexts.
It was about ~7.5k lines diff from "not" to "now" apparently.
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS Mon Sep 7 22:49:41 2009 (r41140)
+++ trunk/NEWS Mon Sep 7 23:01:58 2009 (r41141)
@@ -2,10 +2,9 @@
New in 1.6.0
- Core
- + Profiling runcore can now be used to generate Callgrind-compatible output
+ PMC allocator now automatically allocates ATTR structures
+ Added fixed-size structure allocator to GC
- + Contexts are not garbage-collectable
+ + Contexts are now garbage-collectable
+ Created a new Context API
+ Op definitions cache the current Context for subsequent lookups
+ Unified Continuation PMC and Parrot_cont structure
More information about the parrot-commits
mailing list