index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
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-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
language
/
assembly
/
decompile-bytecode.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-01
rename (rnrs bytevector) to (rnrs bytevectors)
Andy Wingo
1
-1
/
+1
2010-02-19
prompt handlers are always inline
Andy Wingo
1
-2
/
+2
2010-01-31
GLIL and assembly support for prompt compilation
Andy Wingo
1
-1
/
+3
2009-10-28
Fix incorrect display of wide strings in decompilation
Michael Gran
1
-1
/
+1
2009-10-25
assembly/disassembly support for br-if-nargs-*
Andy Wingo
1
-0
/
+4
2009-10-23
de-nargs struct scm_objcode; procedure-property refactor
Andy Wingo
1
-6
/
+2
2009-10-22
Fix bytecode disassembler.
Ludovic Courtès
1
-1
/
+1
2009-10-16
jumps encoded using 24 bits, not 19; blocks no longer aligned
Andy Wingo
1
-10
/
+9
2009-09-21
Remove unused variables in system/language.
Ludovic Courtès
1
-2
/
+1
2009-08-12
rework the vm support for wide strings
Andy Wingo
1
-21
/
+6
2009-08-12
Fix disassembly of strings and symbols
Michael Gran
1
-2
/
+22
2009-07-26
increase range of relative jumps by aligning blocks to 8-byte boundaries
Andy Wingo
1
-1
/
+2
2009-07-26
make sure all programs are 8-byte aligned
Andy Wingo
1
-0
/
+1
2009-07-24
nlocs is now 16 bits wide
Andy Wingo
1
-1
/
+3
2009-07-23
remove all mentions of "external" from the compiler and related code
Andy Wingo
1
-3
/
+3
2009-06-19
Fix decompilation of the `load-array' instruction.
Ludovic Courtès
1
-4
/
+15
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-14
/
+13
2009-03-17
parse jumps as labels when decompiling bytecode->assembly
Andy Wingo
1
-3
/
+28
2009-02-01
fix the disassembler for load-string, load-symbol et al
Andy Wingo
1
-1
/
+2
2009-02-01
add code for writing out metadata to the end of a program
Andy Wingo
1
-5
/
+6
2009-02-01
add metalen field to bytecode serialization
Andy Wingo
1
-5
/
+8
2009-01-30
add decompilers that can take us back to assembly
Andy Wingo
1
-0
/
+85