Displaying 4 results from an estimated 4 matches for "lispi".
Did you mean:
lisp
2013 Jun 30
2
[LLVMdev] Implementing closures and continuations
Hi all,
In getting to know the LLVM infrastructure, I'm having a hard time finding implementation details for closures and continuations.
For closures, I've read comments such as "using a struct" as an environment to hold references to free variables, linked lists to dictionaries for various scope levels, and even things like "it's just like virtual methods". I
2013 Jun 30
0
[LLVMdev] Implementing closures and continuations
On Sat, Jun 29, 2013 at 7:51 PM, David Farler <accumulator at icloud.com>wrote:
> Hi all,
>
> In getting to know the LLVM infrastructure, I'm having a hard time finding
> implementation details for closures and continuations.
>
> For closures, I've read comments such as "using a struct" as an
> environment to hold references to free variables, linked
2013 Jun 30
1
[LLVMdev] Implementing closures and continuations
> On Jun 29, 2013, at 9:53 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
>
>> On Sat, Jun 29, 2013 at 7:51 PM, David Farler <accumulator at icloud.com> wrote:
>> Hi all,
>>
>> In getting to know the LLVM infrastructure, I'm having a hard time finding implementation details for closures and continuations.
>>
>> For closures,
2008 Mar 27
1
[LLVMdev] Hooking the global symbol resolver
On Wed, 2008-03-26 at 23:48 +0100, Óscar Fuentes wrote:
> "Jonathan S. Shapiro" <shap at eros-os.com> writes:
> My front-end is very similar to yours in the feature of the multiple
> instantiations on demand, etc.
Oscar: after you have a chance to read my recent reply to Gordon, would
you be kind enough to let me know whether you still believe the
situations are similar.