1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 11:10:21 +02:00
guile/module/language/cps
Andy Wingo 4bb5834d75 Fix bug in which codegen accessed data beyond end of stack
* module/language/cps/compile-bytecode.scm (compile-function): When
  shuffling return values, we need to reset the frame after any "extra"
  values are read and before any "extra" values may be set.
2019-08-18 22:27:12 +02:00
..
closure-conversion.scm Enable closure elision. 2019-06-07 17:01:43 +02:00
compile-bytecode.scm Fix bug in which codegen accessed data beyond end of stack 2019-08-18 22:27:12 +02:00
contification.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
cse.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
dce.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
devirtualize-integers.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
effects-analysis.scm Add support for optimized unboxed abs and sqrt 2019-08-04 21:54:51 +02:00
graphs.scm Split graph utilities out of (language cps utils) 2019-08-13 12:53:10 +02:00
intmap.scm Fix intmap-intersect edge case 2019-06-11 12:56:23 +02:00
intset.scm Add nullary intmap and intset folders 2017-11-29 19:57:11 +01:00
licm.scm Rename $closure to $const-fun 2018-10-03 22:58:45 +02:00
loop-instrumentation.scm Emit instrument-loop in loops. 2018-07-29 15:47:07 +02:00
optimize.scm Add (system base optimize) module 2018-01-05 10:19:54 +01:00
peel-loops.scm Add support no closure in $callk 2019-06-07 17:01:43 +02: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 support for optimized unboxed abs and sqrt 2019-08-04 21:54:51 +02:00
renumber.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
rotate-loops.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
self-references.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
simplify.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
slot-allocation.scm Add support for optimized unboxed abs and sqrt 2019-08-04 21:54:51 +02:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Add support for optimized unboxed abs and sqrt 2019-08-04 21:54:51 +02:00
specialize-primcalls.scm Add VM ops needed for string-ref 2018-04-08 21:26:46 +02:00
split-rec.scm Add compiler support for eliding closure bindings 2019-06-07 17:01:37 +02:00
type-checks.scm $branch is now a distinct CPS term type 2018-01-03 16:16:39 +01:00
type-fold.scm CPS type analysis support for mutable vs immutable vectors 2018-01-07 17:37:06 +01:00
types.scm Add support for optimized unboxed abs and sqrt 2019-08-04 21:54:51 +02:00
utils.scm Split graph utilities out of (language cps utils) 2019-08-13 12:53:10 +02:00
verify.scm Add support no closure in $callk 2019-06-07 17:01:43 +02:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00