]> git.eshelyaron.com Git - emacs.git/commit
; Store jit_function_t value instead of closure.
authorNickolas Lloyd <ultrageek.lloyd@gmail.com>
Sat, 31 Dec 2016 23:21:25 +0000 (18:21 -0500)
committerNickolas Lloyd <ultrageek.lloyd@gmail.com>
Sat, 31 Dec 2016 23:21:25 +0000 (18:21 -0500)
commit223bcfecc9587b7e0f058236b85836a21651b534
treed608b9dead1f60fafb3cf6d3bf9b620f6b38d9e2
parent639dfad3ae2a478652a399986b03e5eec219eab1
; Store jit_function_t value instead of closure.

; * src/bytecode-jit.c (jit_byte_code__, jit_exec): Use the
    COMPILED_JIT_ID field for storing the jit_function_t value so that
    we can retrive the jit_context_t later for destruction.
src/bytecode-jit.c