mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
904 B
27 lines
904 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: finalizers in duk_destroy_heap() when only refcounting is enabled
|
|
desc: |-
|
|
Currently a few mark-and-sweep cycles are executed before a heap is
|
|
destroyed. When mark-and-sweep is not enabled, finalizers do not run
|
|
at all on heap destruction.
|
|
|
|
Perhaps change behavior so that regardless of collection model, run
|
|
finalizers once. This would require a heap walk separate from the
|
|
mark-and-sweep code (for mark-and-sweep enabled builds), so perhaps
|
|
do this only when mark-and-sweep is disabled (a sort of a "mini mark
|
|
and sweep").
|
|
type: :task
|
|
component: duk
|
|
release: v0.9
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2013-12-25 19:13:45.473049 Z
|
|
references: []
|
|
|
|
id: c02db670dba1008f62384c43b4d4012ab8da7840
|
|
log_events:
|
|
- - 2013-12-25 19:13:45.645970 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
|