1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module
Andy Wingo 0f2f5949a2 Better unboxing
* module/language/cps/specialize-numbers.scm (truncate-u64): New helper,
  truncates a SCM value.
  (specialize-u64-binop): Add ulogxor case.
  (sigbits-union, sigbits-intersect, sigbits-intersect3)
  (next-power-of-two, range->sigbits, inferred-sigbits)
  (significant-bits-handlers, define-significant-bits-handler):
  (significant-bits-handler, compute-significant-bits): Add facility to
  compute the bits in a value that are significant.
  (specialize-operations): Unbox in more cases, when only u64 bits are
  significant.  Unbox logxor.  Elide logand where it has no effect.
2016-09-01 10:55:45 +02:00
..
ice-9 Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
language Better unboxing 2016-09-01 10:55:45 +02:00
oop Add #:static-slot-allocation? 2015-02-06 13:25:17 +01:00
rnrs Implement R6RS custom binary input/output ports 2016-08-04 22:29:51 +02:00
scripts Wire up `guild compile -O0 foo.scm' 2015-10-22 17:44:17 +00:00
srfi SRFI-19: Update the table of leap seconds. 2016-05-22 20:02:37 +02:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Add unboxed logxor on u64 values 2016-09-01 10:53:59 +02:00
texinfo Fix texinfo->html for @acronym, @itemize 2016-06-24 17:09:39 +02:00
web ETag list headers accept sloppy etags 2016-08-28 13:48:42 +02:00
Makefile.am Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
rnrs.scm Add R6RS bytevector->string, string->bytevector 2016-06-21 11:29:14 +02:00
statprof.scm Update statprof documentation; deprecate `with-statprof' 2016-02-01 15:12:36 +01:00
texinfo.scm texinfo: fix @url{@@} parsing 2014-11-09 15:56:33 +00:00