1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/module/language/tree-il
Andy Wingo 60ed31d28b allow primcall ops to push 0 values
* libguile/objcodes.c (OBJCODE_COOKIE): Bump the objcode cookie. We'll
  be doing this on incompatible changes until 2.0.

* libguile/vm-i-scheme.c (set_car, set_cdr, slot_set): These
  instructions don't have natural return values -- so declare them that
  way, that they push 0 values.

* module/language/tree-il/compile-glil.scm (flatten): When compiling
  primitive calls, check `(instruction-pushes op)' to see how many
  values that instruction will push, and do something appropriate,
  instead of just assuming that all primcall ops push 1 value.
2009-06-24 15:14:00 +02:00
..
analyze.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
compile-glil.scm allow primcall ops to push 0 values 2009-06-24 15:14:00 +02:00
optimize.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
primitives.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00