guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (ee85113 -> 5fceaed)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (ee85113 -> 5fceaed)
Date: Mon, 01 Feb 2016 14:35:28 +0000

wingo pushed a change to branch master
in repository guile.

      from  ee85113   statprof: Better tree-format profiles
       new  f618709   Fix type inference of integer division
       new  e4be4ae   Fix cross-compilation of immediates to targets with 
different word sizes
       new  eccdeb6   Distribute prebuilt bootstraps for common hosts
       new  9eb841c   Fix uniform vector compilation to foreign byte orders.
       new  ffc9bc9   Dist the prebuilt .go files
       new  67e8aa8   Remove frame-local-ref, frame-local-set!
       new  cd0b61a   Frame <binding> objects capture frame, can ref value 
directly
       new  4066ee3   Better call-counting profiles in statprof
       new  8998f15   Update statprof documentation; deprecate `with-statprof'
       new  5fceaed   Update NEWS.

The 10 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:
 Makefile.am                                   |    2 +
 NEWS                                          |   93 ++++++-
 bootstrap/Makefile.am => am/bootstrap.am      |   43 ++--
 bootstrap/Makefile.am                         |  133 +--------
 configure.ac                                  |    5 +
 doc/ref/api-debug.texi                        |   32 ++-
 doc/ref/scheme-using.texi                     |    8 +-
 doc/ref/statprof.texi                         |  414 +++++++++++-------------
 doc/ref/vm.texi                               |   37 ++-
 libguile/frames.c                             |   35 ++-
 libguile/frames.h                             |    4 -
 meta/uninstalled-env.in                       |   27 +-
 module/language/cps/types.scm                 |   18 +-
 module/statprof.scm                           |  244 ++++++----------
 module/system/base/syntax.scm                 |   30 +--
 module/system/repl/debug.scm                  |    3 +-
 module/system/vm/assembler.scm                |  138 +++++---
 module/system/vm/frame.scm                    |   66 +++--
 prebuilt/Makefile.am                          |   56 ++++
 prebuilt/i686-pc-linux-gnu/Makefile.am        |   27 ++
 prebuilt/mips-unknown-linux-gnu/Makefile.am   |   27 ++
 prebuilt/x86_64-unknown-linux-gnu/Makefile.am |   27 ++
 22 files changed, 768 insertions(+), 701 deletions(-)
 copy bootstrap/Makefile.am => am/bootstrap.am (80%)
 create mode 100644 prebuilt/Makefile.am
 create mode 100644 prebuilt/i686-pc-linux-gnu/Makefile.am
 create mode 100644 prebuilt/mips-unknown-linux-gnu/Makefile.am
 create mode 100644 prebuilt/x86_64-unknown-linux-gnu/Makefile.am



reply via email to

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