index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
tests
/
rtl.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RTL tests for recent arity change
Andy Wingo
2019-06-07
1
-19
/
+19
*
Multiple-value returns now start from slot 0, not slot 1
Andy Wingo
2018-07-20
1
-34
/
+40
*
Remove obsolete rtl tests
Andy Wingo
2018-01-10
1
-144
/
+1
*
RTL test uses new instructions
Andy Wingo
2017-10-30
1
-5
/
+6
*
Don't serialize uninterned symbols
Andy Wingo
2016-06-23
1
-0
/
+10
*
All arities serialize a "closure" binding
Andy Wingo
2015-12-01
1
-3
/
+14
*
Reflection support for unboxed f64 slots
Andy Wingo
2015-10-28
1
-13
/
+13
*
rtl.test uses return-values
Andy Wingo
2015-10-28
1
-34
/
+37
*
SP-relative local addressing
Andy Wingo
2015-10-21
1
-57
/
+57
*
Fix rtl tests
Andy Wingo
2014-04-15
1
-2
/
+15
*
Rename "RTL" to "bytecode"
Andy Wingo
2013-12-02
1
-4
/
+4
*
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
Andy Wingo
2013-11-19
1
-1
/
+1
*
rtl-program-code -> program-code
Andy Wingo
2013-11-19
1
-3
/
+3
*
Move assemble-program to test cases.
Andy Wingo
2013-11-08
1
-0
/
+10
*
Support serialization of uniform vector literals
Andy Wingo
2013-10-31
1
-1
/
+5
*
RTL: 'return-values' instruction assumes 'reset-frame' has been called.
Mark H Weaver
2013-08-24
1
-1
/
+2
*
Various RTL VM and calling convention tweaks
Andy Wingo
2013-08-11
1
-30
/
+35
*
call is no longer a vararg instruction
Andy Wingo
2013-07-21
1
-5
/
+9
*
RTL: Local 0 is the procedure
Andy Wingo
2013-07-21
1
-101
/
+102
*
procedure-properties for RTL functions
Andy Wingo
2013-06-09
1
-0
/
+52
*
procedure-documentation works on RTL procedures
Andy Wingo
2013-06-09
1
-0
/
+11
*
Wire up ability to print RTL program arities
Andy Wingo
2013-06-09
1
-0
/
+30
*
Beginnings of tracking of procedure arities in assembler
Andy Wingo
2013-06-09
1
-20
/
+40
*
add procedure prelude macro-instructions
Andy Wingo
2013-06-09
1
-20
/
+20
*
begin-program takes properties alist
Andy Wingo
2013-06-09
1
-20
/
+38
*
RTL programs print with their name
Andy Wingo
2013-06-09
1
-0
/
+10
*
Add runtime support for reading debug information from ELF
Andy Wingo
2013-06-09
1
-1
/
+22
*
Add RTL assembler
Andy Wingo
2013-06-09
1
-0
/
+249