Opened 9 years ago
#3919 new defect
For HPCOM models both the memory_pool GC and the Boehm GC are used
Reported by: | Adrian Pop | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Run-time | Version: | |
Keywords: | Cc: | Henning Kiel |
Description
We are using mmc_init_nogc
which should use the memory_pool for the HPCOM models but then we're using Boehm GC anyway for things in the runtime system. It should be one or the other but not both of them at the same time.
This has issues on OSes which need GC_init called on the main thread such as OSX.
Note:
See TracTickets
for help on using tickets.