[Uim-bugs] [Bug 481] Export Scheme interpreter interface as uim API
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 30 18:35:53 EEST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=481
------- Additional Comments From yusuke at cherubim.icw.co.jp 2004-09-30 08:35 -------
Exporting scheme object to C is somehow dangerous.
Garbage Collector can't recognize reference to the objects outside libuim.
current sumika has possibilities of following scenario
(1) uim_lisp v = uim_scm_???() -> allocate cells and return them.
(2) uim_scm_???() -> invoke GC inside. contents of v will be collected.
(3) use v -> operation to garbage. good luck!
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the uim-bugs
mailing list