[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dynamic loading progress
From: |
Daniel Colascione |
Subject: |
Re: Dynamic loading progress |
Date: |
Wed, 04 Mar 2015 14:39:46 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 03/04/2015 02:34 PM, Stefan Monnier wrote:
>> * fixnum <-> int64_t is the only type conversion supported
>
> Not sure I understand: can the C side see "Lisp_Object" (presumably as
> an opaque type)?
As I'm imagining the system, no. Access is indirected. That insulates C
code from Emacs GC requirements and lets us easily support global
references.
signature.asc
Description: OpenPGP digital signature
- Re: Dynamic loading progress, Stephen Leake, 2015/03/04
- Re: Dynamic loading progress, Stefan Monnier, 2015/03/04
- Re: Dynamic loading progress,
Daniel Colascione <=
- Re: Dynamic loading progress, Aurélien Aptel, 2015/03/05
- Re: Dynamic loading progress, Stefan Monnier, 2015/03/06
- Re: Dynamic loading progress, Daniel Colascione, 2015/03/06
- Re: Dynamic loading progress, Stefan Monnier, 2015/03/09
Re: Dynamic loading progress, Stephen Leake, 2015/03/05
Re: Dynamic loading progress, Stephen Leake, 2015/03/05