guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lightening updated (4e53296 -> 14e64a8)


From: Andy Wingo
Subject: [Guile-commits] branch lightening updated (4e53296 -> 14e64a8)
Date: Fri, 26 Apr 2019 06:45:40 -0400 (EDT)

wingo pushed a change to branch lightening
in repository guile.

      from  4e53296   Fix backtraces with call-with-values during bootstrap
       new  a3e044c   Move jit_move_operands etc to common lightening.c file
       new  c54c248   Track frame size to more reliably align stack before calls
       new  dc28ac0   Make jit_align_stack and jit_shrink_stack public
       new  796f263   Remove unused jit_epilog definition
       new  04d89a7   Implement reloc shortening, and remove unused 
functionality
       new  5b45f04   Merge from upstream Lightening
       new  14e64a8   Ensure stack alignment in JIT code.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libguile/jit.c                              |   4 +
 libguile/lightening/lightening.h            |   4 +-
 libguile/lightening/lightening/lightening.c | 555 +++++++++++++++++++++++++++-
 libguile/lightening/lightening/x86-cpu.c    | 116 ++----
 libguile/lightening/lightening/x86.c        | 552 ++-------------------------
 5 files changed, 614 insertions(+), 617 deletions(-)



reply via email to

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