Ticket #2011 (closed todo: fixed)
Replace MMD_cache with Hash PMC.
Reported by: | bacek | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.1 |
Component: | core | Version: | master |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Hello.
Currently MMD_Cache is typdefed to hash, not Hash PMC. Which causes few problems with GenGC (at least) and requires additional work from HLLs (at least Rakudo) to handle it. Replacing MMD_Cache with Hash PMC will solve most of the problems.
-- Bacek
Change History
Note: See
TracTickets for help on using
tickets.