Rename $ktrunc to $kreceive
[bpt/guile.git] / module / language / cps / compile-bytecode.scm
2014-01-12 Andy WingoRename $ktrunc to $kreceive
2014-01-12 Andy WingoReturning too many values to call-with-values raises...
2014-01-11 Andy WingoAdd simplification pass
2014-01-11 Andy WingoAdd DCE pass.
2014-01-11 Andy WingoPrefer "receive" over "receive-values"+"reset-frame"
2014-01-11 Andy WingoOnly emit receive-values if it is needed
2014-01-11 Andy WingoRemove "pop" from $prompt
2014-01-11 Andy WingoFix constant-needs-allocation? for $values uses
2014-01-11 Andy WingoFix prim -> VM op mapping for u8/s8 bytevector ops
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-06 Andy Wingo(call-with-values foo (lambda (a . b) a)) avoids consin...
2013-12-02 Andy WingoRename "RTL" to "bytecode"