1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 11:10:25 +02:00
guile/module/language/cps
Andy Wingo 64c5cc58fc Add disjoint syntax object type
* libguile/Makefile.am (libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES):
  (DOT_X_FILES, DOT_DOC_FILES, noinst_HEADERS): Add syntax.c and
  syntax.h.
* libguile/evalext.c (scm_self_evaluating_p):
* libguile/goops.c (class_syntax, scm_class_of, scm_goops_early_init):
* libguile/init.c (scm_init_guile):
* libguile/print.c (iprin1):
* libguile/tags.h (scm_tc7_syntax):
* module/oop/goops.scm (<syntax>):
* module/system/base/types.scm (%tc7-syntax, cell->object):
* module/system/vm/disassembler.scm (code-annotation): Wire up the new
  data type.
* libguile/syntax.c:
* libguile/syntax.h: New files.
* module/ice-9/boot-9.scm: Move new definitions to (system syntax
  internal).
* module/system/syntax.scm (print-syntax): New helper.
* module/system/vm/assembler.scm (statically-allocatable?)
  (intern-constant, link-data): Arrange to be able to write syntax
  objects into images.
* module/language/cps/types.scm (&syntax): New type.  Remove
  &hash-table; it was never detected, an internal binding, and we need
  the bit to avoid going into bignum territory.
2017-03-28 19:23:13 +02:00
..
closure-conversion.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
compile-bytecode.scm VM support for string-set!; slimmer read-string 2017-03-09 17:24:06 +01:00
constructors.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
contification.scm Remove contification restriction in case-lambda 2017-03-09 14:47:42 +01:00
cse.scm Fabricated expression tweak in CSE 2016-09-01 10:54:31 +02:00
dce.scm Factor out compute-effects/elide-type-checks from dce.scm 2015-07-24 11:39:18 +02:00
effects-analysis.scm Nonlocal prompt returns cause all effects 2017-03-13 22:20:16 +01:00
elide-values.scm Add missing files 2015-07-22 18:27:37 +02:00
handle-interrupts.scm Improve handle-interrupts placement 2016-12-18 23:05:15 +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 Loop-invariant code motion 2015-07-24 16:50:58 +02:00
optimize.scm Include missing #:simplify? option in (language cps optimize). 2016-01-04 22:43:30 +01:00
peel-loops.scm Loop peeling 2015-07-27 13:45:23 +02:00
primitives.scm Add unboxed floating point comparison instructions. 2017-01-12 09:27:43 -05:00
prune-bailouts.scm Add missing files 2015-07-22 18:27:37 +02:00
prune-top-level-scopes.scm Add missing files 2015-07-22 18:27:37 +02:00
reify-primitives.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
renumber.scm Add missing files 2015-07-22 18:27:37 +02:00
rotate-loops.scm Fix compilation of continue' in while'. 2016-08-04 21:36:34 +02:00
self-references.scm Add missing files 2015-07-22 18:27:37 +02:00
simplify.scm Remove unused function in simplify.scm 2016-01-04 23:33:24 +01:00
slot-allocation.scm All clauses of function have same nlocals 2017-03-09 14:25:37 +01:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Fix bug in comparison between real and complex 2017-03-09 15:17:35 +01:00
specialize-primcalls.scm Add ursh/immediate and ulsh/immediate ops 2015-12-02 22:11:19 +01:00
split-rec.scm Add missing files 2015-07-22 18:27:37 +02:00
type-checks.scm Factor out compute-effects/elide-type-checks from dce.scm 2015-07-24 11:39:18 +02:00
type-fold.scm Add unboxed floating point comparison instructions. 2017-01-12 09:27:43 -05:00
types.scm Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
utils.scm Fix bug in intmap-map 2015-12-26 22:12:09 +01:00
verify.scm Replace return primcalls with $values 2015-10-28 11:11:23 +00:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00