#1875: Deprecate "constant" PMCs.
----------------------+-----------------------------------------------------
 Reporter:  bacek     |       Owner:        
     Type:  RFC       |      Status:  new   
 Priority:  critical  |   Milestone:  2.11  
Component:  GC        |     Version:  2.10.0
 Severity:  fatal     |    Keywords:        
     Lang:            |       Patch:        
 Platform:            |  
----------------------+-----------------------------------------------------

Comment(by nwellnhof):

 I'd keep the constant flag because it might be useful for another
 subsystem at a later point. But we should definitely separate "constant"
 PMCs and strings (whose contents don't change) from "permanent" PMCs
 (which are never destroyed). Only the latter should be relevant for GC.
 I'd also like to keep the constant_string_pool for constant string
 buffers. We should use the new permanent flag for that, though.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1875#comment:7>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to