libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libjit] Function recompilation and deletion


From: Tom Tromey
Subject: Re: [Libjit] Function recompilation and deletion
Date: Thu, 15 Feb 2018 10:00:13 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

Tom> How do I actually recompile though?  After reading some code I wonder if
Tom> it would work to call jit_function_abandon, and then just start adding
Tom> new IR to the function again.  Is that how it is supposed to work?

I suppose one idea is that if I go with indirect calls, then I just
never need to recompile -- I can just always compile a new version of
the function.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]