[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug default/26885] New: Fix GC roots in AST nodes
From: |
jose.marchesi at oracle dot com |
Subject: |
[Bug default/26885] New: Fix GC roots in AST nodes |
Date: |
Sat, 14 Nov 2020 14:00:01 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=26885
Bug ID: 26885
Summary: Fix GC roots in AST nodes
Product: poke
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: default
Assignee: unassigned at sourceware dot org
Reporter: jose.marchesi at oracle dot com
CC: poke-devel at gnu dot org
Target Milestone: ---
There is a limit on the number of GC roots that can be registered, so having
them in each AST node is not an option. We need a list of GC roots in the
`ast' structure instead.
Look for calls to pvm_alloc*gc_roots in pkl-ast.c.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug default/26885] New: Fix GC roots in AST nodes,
jose.marchesi at oracle dot com <=