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
/
libguile
/
objcodes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-15
Don't use GCC zero-length arrays.
Ludovic Courtès
1
-8
/
+10
2009-11-28
Remove remaining uses of discouraged constructs.
Ludovic Courtès
1
-1
/
+1
2009-11-16
Use Gnulib's `alignof' module.
Ludovic Courtès
1
-3
/
+3
2009-09-01
Fix leaky behavior of `scm_take_TAGvector ()'.
Ludovic Courtès
1
-2
/
+2
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-63
/
+64
2009-08-13
Uncomment run-time objcode alignment check.
Ludovic Courtès
1
-4
/
+4
2009-08-11
include objcode cookie in the fallback path
Andy Wingo
1
-28
/
+9
2009-07-26
increase range of relative jumps by aligning blocks to 8-byte boundaries
Andy Wingo
1
-1
/
+1
2009-07-26
make sure all programs are 8-byte aligned
Andy Wingo
1
-1
/
+1
2009-07-21
renumber vm ops (objcode cookie bumped)
Andy Wingo
1
-1
/
+1
2009-07-15
Add FIXMEs about misaligned objcode-metas.
Ludovic Courtès
1
-0
/
+6
2009-07-15
Const-qualify buffers passed to `scm_c_make_objcode_slice ()'.
Ludovic Courtès
1
-2
/
+2
2009-07-15
Fix typo in the compile-type verification of `OBJCODE_COOKIE'.
Ludovic Courtès
1
-1
/
+1
2009-07-15
Make sure at compile-time that `OBJCODE_COOKIE' has the right size.
Ludovic Courtès
1
-1
/
+7
2009-07-15
Augment `OBJCODE_COOKIE' to detect wrong endianness or word size.
Ludovic Courtès
1
-1
/
+15
2009-07-02
fix error message for bad objcode cookie
Andy Wingo
1
-3
/
+3
2009-06-25
Fix `load-objcode' FD/mapping leak occurring upon failure.
Ludovic Courtès
1
-7
/
+19
2009-06-24
allow primcall ops to push 0 values
Andy Wingo
1
-2
/
+2
2009-06-20
better error in make_objcode_by_mmap
Andy Wingo
1
-1
/
+3
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-05-26
adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly
Andy Wingo
1
-36
/
+13
2009-04-05
Avoid uses of deprecated forms in the VM code.
Ludovic Courtès
1
-9
/
+9
2009-03-27
frame, program, objcode, etc inits use load-extension
Andy Wingo
1
-0
/
+2
2009-03-22
Remove unneeded VM SMOB mark/free procedures.
Ludovic Courtès
1
-7
/
+0
2009-03-20
fix casts to unsigned long in objcodes.c
Andy Wingo
1
-2
/
+2
2009-03-17
non-srcdir build fixes
Andy Wingo
1
-1
/
+1
2009-03-17
try a new way of checking byte order
Andy Wingo
1
-1
/
+9
2009-02-01
avoid 8 words of allocation per lambda, whoooo
Andy Wingo
1
-3
/
+6
2009-02-01
add code for writing out metadata to the end of a program
Andy Wingo
1
-9
/
+27
2009-01-30
remove conv.scm, disasm.scm; objcode->bytecode rename
Andy Wingo
1
-2
/
+2
2009-01-29
static opcodes; refactor program/objcode division; use new assembly pipeline
Andy Wingo
1
-86
/
+79
2009-01-17
move module and meta inside programs' object tables
Andy Wingo
1
-1
/
+1
2009-01-11
finish compiler.texi, woo
Andy Wingo
1
-32
/
+0
2008-10-30
recompiling with compile environments, fluid languages, cleanups
Andy Wingo
1
-2
/
+7
2008-08-21
merge guile-vm into libguile itself
Andy Wingo
1
-0
/
+301