[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch wip-inline-digits updated (a0d881f65 -> 6c13cd098
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch wip-inline-digits updated (a0d881f65 -> 6c13cd098) |
Date: |
Fri, 7 Jan 2022 16:22:32 -0500 (EST) |
wingo pushed a change to branch wip-inline-digits
in repository guile.
from a0d881f65 Bignums avoid both custom GMP allocator and finalizers
new a30fcc6f0 take_mpz optimization
new 689ee7395 Fix bug when making mpz from 0
new 6c13cd098 Re-rewrite integer-expt in C
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libguile/integers.c | 44 ++++++++++++++++--
libguile/integers.h | 3 ++
libguile/numbers.c | 120 ++++++++++++++++++++++++++++++++++++++++++------
module/ice-9/boot-9.scm | 40 +---------------
4 files changed, 150 insertions(+), 57 deletions(-)
- [Guile-commits] branch wip-inline-digits updated (a0d881f65 -> 6c13cd098),
Andy Wingo <=