1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
guile/module/language/cps
Andy Wingo 9da03136e5 Specialize comparisons to SCM as s64
* module/language/cps/specialize-numbers.scm (specialize-s64-comparison)
  (specialize-s64-scm-comparison, specialize-scm-s64-comparison): New
  helpers.
  (specialize-scm-u64-comparison, specialize-u64-scm-comparison):
  Remove.  Comparing SCM as s64 is better as fixnums are a subset of
  s64, not u64.
  (specialize-operations): Prefer s64 comparisons when we can't
  specialize both arguments; this at least inlines the fixnum case.
2017-11-11 22:08:14 +01:00
..
closure-conversion.scm free-ref, free-set take immediate parameters 2017-11-05 15:00:16 +01:00
compile-bytecode.scm Canonicalize <=, >=, and > primcalls to < 2017-11-11 22:08:14 +01:00
constructors.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
contification.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
cse.scm Immediate parameter for struct-ref et al 2017-11-05 15:00:16 +01:00
dce.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
effects-analysis.scm Canonicalize <=, >=, and > primcalls to < 2017-11-11 22:08:14 +01:00
elide-values.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
handle-interrupts.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
intmap.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
intset.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
licm.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
optimize.scm Tweak optimization order 2017-11-05 15:00:16 +01:00
peel-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
primitives.scm Canonicalize <=, >=, and > primcalls to < 2017-11-11 22:08:14 +01:00
prune-bailouts.scm Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
prune-top-level-scopes.scm cache-current-module, etc use immediate primcall parameters 2017-11-05 15:00:16 +01:00
reify-primitives.scm Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
renumber.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
rotate-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
self-references.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
simplify.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
slot-allocation.scm Remaining /immediate instructions take primcall imm param 2017-11-05 15:00:16 +01:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Specialize comparisons to SCM as s64 2017-11-11 22:08:14 +01:00
specialize-primcalls.scm Specialize primcalls more aggressively 2017-11-05 15:00:16 +01:00
split-rec.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
type-checks.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
type-fold.scm Canonicalize <=, >=, and > primcalls to < 2017-11-11 22:08:14 +01:00
types.scm Canonicalize <=, >=, and > primcalls to < 2017-11-11 22:08:14 +01:00
utils.scm load-f64, etc take immediate parameters 2017-11-05 15:00:16 +01:00
verify.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00