Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
guile-commits (date)
[
Thread Index
][
Top
][
All Lists
][
guile-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Wed Aug 29 2018 16:40:59 -0400
Messages in reverse chronological order
[
Next Period
]
August 29, 2018
[Guile-commits] branch lightning updated (15314fd -> dac4344)
,
Andy Wingo
,
16:40
[Guile-commits] 02/03: Fix JIT compilation of composable continuations
,
Andy Wingo
,
16:40
[Guile-commits] 01/03: Fix jit function data for goto_continuation_code
,
Andy Wingo
,
16:40
[Guile-commits] 03/03: Fix bind-kwargs JIT compilation
,
Andy Wingo
,
16:40
[Guile-commits] branch lightning updated (c02c89d -> 15314fd)
,
Andy Wingo
,
14:31
[Guile-commits] 01/01: Fix JIT compilation of shuffle-down
,
Andy Wingo
,
14:31
[Guile-commits] 01/02: Fix miscompilation for "abort" opcode
,
Andy Wingo
,
14:01
[Guile-commits] 02/02: Fix JIT compilation of call-with-prompt
,
Andy Wingo
,
14:01
[Guile-commits] branch lightning updated (f2089ce -> c02c89d)
,
Andy Wingo
,
14:01
[Guile-commits] 01/03: JIT tracks register clobbers
,
Andy Wingo
,
12:45
[Guile-commits] 03/03: Add fast paths to intrinsics
,
Andy Wingo
,
12:45
[Guile-commits] 02/03: Maybe enter JIT when returning from interpreted functions
,
Andy Wingo
,
12:44
[Guile-commits] branch lightning updated (10bfd55 -> f2089ce)
,
Andy Wingo
,
12:44
August 28, 2018
[Guile-commits] 01/01: JIT: Store FP in register during procedure prolog/epilog
,
Andy Wingo
,
10:05
[Guile-commits] branch lightning updated (4fb99e9 -> 10bfd55)
,
Andy Wingo
,
10:05
August 26, 2018
[Guile-commits] branch lightning updated (18dfe48 -> 4fb99e9)
,
Andy Wingo
,
09:14
[Guile-commits] 01/02: Minor JIT refactor
,
Andy Wingo
,
09:14
[Guile-commits] 02/02: Bug-fix for alloc-frame and stack moving
,
Andy Wingo
,
09:14
August 25, 2018
[Guile-commits] 01/02: JIT refactor
,
Andy Wingo
,
10:33
[Guile-commits] 02/02: Fuse comparisons and branches in JIT
,
Andy Wingo
,
10:33
[Guile-commits] branch lightning updated (9574245 -> 18dfe48)
,
Andy Wingo
,
10:33
August 24, 2018
[Guile-commits] 02/02: Fix again the unknown-filling of alloc-frame
,
Andy Wingo
,
10:20
[Guile-commits] 01/02: Fix JIT compilation of bind-rest
,
Andy Wingo
,
10:20
[Guile-commits] branch lightning updated (3920b99 -> 9574245)
,
Andy Wingo
,
10:20
[Guile-commits] 02/02: Fix fp-ref, fp-set! helpers in jit for signedness
,
Andy Wingo
,
06:59
[Guile-commits] 01/02: Fix bug in compile-alloc-frame
,
Andy Wingo
,
06:59
[Guile-commits] branch lightning updated (5603079 -> 3920b99)
,
Andy Wingo
,
06:59
[Guile-commits] 01/05: Fix load width of get-ip-relative-addr
,
Andy Wingo
,
05:44
[Guile-commits] 02/05: Minor refactors to jit.c
,
Andy Wingo
,
05:44
[Guile-commits] branch lightning updated (065efdd -> 5603079)
,
Andy Wingo
,
05:44
[Guile-commits] 05/05: Clear frame size after subr-call, return-values
,
Andy Wingo
,
05:44
[Guile-commits] 03/05: 32-bit fix for emit_run_hook
,
Andy Wingo
,
05:44
[Guile-commits] 04/05: Fix r12 register spec for lightning with sysv x86-64 ABI
,
Andy Wingo
,
05:44
August 23, 2018
[Guile-commits] 01/03: Comments in the JIT
,
Andy Wingo
,
04:55
[Guile-commits] 02/03: Optimizations to subr-call
,
Andy Wingo
,
04:55
[Guile-commits] branch lightning updated (01c1451 -> 065efdd)
,
Andy Wingo
,
04:55
[Guile-commits] 03/03: Fix in-tree builds
,
Andy Wingo
,
04:55
August 21, 2018
[Guile-commits] branch lightning updated (7769561 -> 01c1451)
,
Daniel Llorens
,
12:48
[Guile-commits] 01/01: Add $(builddir) to include path in libguile/Makefile.am
,
Daniel Llorens
,
12:48
August 20, 2018
[Guile-commits] 02/02: Add support for labels, and fix a bug in uadd/imm and usub/imm.
,
Andy Wingo
,
09:39
[Guile-commits] 01/02: Add out-of-line handle-interrupts trampoline stub
,
Andy Wingo
,
09:39
[Guile-commits] branch lightning updated (916c570 -> 7769561)
,
Andy Wingo
,
09:39
[Guile-commits] 01/02: Fix frame popping in JIT
,
Andy Wingo
,
06:46
[Guile-commits] branch lightning updated (d001503 -> 916c570)
,
Andy Wingo
,
06:46
[Guile-commits] 02/02: Tweak to instrument-entry
,
Andy Wingo
,
06:46
[Guile-commits] 03/07: First implementation of a template JIT
,
Andy Wingo
,
06:08
[Guile-commits] 07/07: JIT compilation tweaks
,
Andy Wingo
,
06:08
[Guile-commits] 04/07: Manual JIT interface via %jit-compile
,
Andy Wingo
,
06:08
[Guile-commits] 02/07: Expose scm_vm_builtin_ref internally
,
Andy Wingo
,
06:08
[Guile-commits] branch lightning updated (3827769 -> d001503)
,
Andy Wingo
,
06:08
[Guile-commits] 05/07: Fix default code allocator in Lightning
,
Andy Wingo
,
06:08
[Guile-commits] 01/07: Add internal function mapping subr index to function
,
Andy Wingo
,
06:08
[Guile-commits] 06/07: Fix bounds on compiler-emitted JIT metadata
,
Andy Wingo
,
06:08
August 19, 2018
[Guile-commits] 13/13: Add instrumentation to VM builtins
,
Andy Wingo
,
04:44
[Guile-commits] 10/13: Avoid needless 64-bit args on 32-bit machines for some intrinsics
,
Andy Wingo
,
04:44
[Guile-commits] 11/13: 64-bit intrinsic args and return values passed indirectly on 32-bit
,
Andy Wingo
,
04:44
[Guile-commits] 08/13: Adapt JIT calling convention; continuations take mra from stack
,
Andy Wingo
,
04:44
[Guile-commits] 06/13: Rework foreign-call trampoline
,
Andy Wingo
,
04:44
[Guile-commits] 05/13: Invoke VM hooks through intrinsics
,
Andy Wingo
,
04:44
[Guile-commits] 07/13: Continuations capture machine code address
,
Andy Wingo
,
04:44
[Guile-commits] 12/13: Define intrinsics for atomic ops
,
Andy Wingo
,
04:44
[Guile-commits] 02/13: Rework program->ip mapping in VM to always call intrinsic
,
Andy Wingo
,
04:44
[Guile-commits] 09/13: Update error-wrong-num-args intrinsic prototype
,
Andy Wingo
,
04:44
[Guile-commits] 03/13: Change call/cc inst to capture-continuation
,
Andy Wingo
,
04:44
[Guile-commits] 04/13: Add unpack-values-object intrinsic
,
Andy Wingo
,
04:44
[Guile-commits] 01/13: Minor optimization in RESET_FRAME
,
Andy Wingo
,
04:44
[Guile-commits] branch lightning updated (0d00164 -> 3827769)
,
Andy Wingo
,
04:44
August 07, 2018
[Guile-commits] 54/58: Add -Wshadowed-toplevel.
,
Andy Wingo
,
06:59
[Guile-commits] 56/58: Fix R6RS call-with-{input, output}-file to open textual ports.
,
Andy Wingo
,
06:59
[Guile-commits] 35/58: web: Export http-request.
,
Andy Wingo
,
06:59
[Guile-commits] 55/58: srfi-19: Remove unused procedure.
,
Andy Wingo
,
06:59
[Guile-commits] 44/58: Update copyright years in '--version' and the manual.
,
Andy Wingo
,
06:59
[Guile-commits] 57/58: Merge branch 'master' into lightning
,
Andy Wingo
,
06:59
[Guile-commits] branch master updated (e6461cf -> 215617c)
,
Andy Wingo
,
06:59
[Guile-commits] 50/58: compile: Add '-x' flag.
,
Andy Wingo
,
06:58
[Guile-commits] 43/58: Serialize accesses to submodule hash tables.
,
Andy Wingo
,
06:58
[Guile-commits] 46/58: build: Really build srfi/srfi-71.scm.
,
Andy Wingo
,
06:58
[Guile-commits] 48/58: Make srfi-71 visible through 'cond-expand'.
,
Andy Wingo
,
06:58
[Guile-commits] 37/58: types: Recognize 'scm_t_port_type' and decode port type name.
,
Andy Wingo
,
06:58
[Guile-commits] 25/58: Add SRFI 71: Extended LET-syntax for multiple values.
,
Andy Wingo
,
06:58
[Guile-commits] 52/58: compile: Update copyright year.
,
Andy Wingo
,
06:58
[Guile-commits] 42/58: vm: Fix stack-marking bug in multi-threaded programs.
,
Andy Wingo
,
06:58
[Guile-commits] 47/58: Update release docs.
,
Andy Wingo
,
06:58
[Guile-commits] 53/58: r6rs-ports: 'put-bytevector' accepts 64-bit integers.
,
Andy Wingo
,
06:58
[Guile-commits] 58/58: Add missing include to adapt to recent merge from master
,
Andy Wingo
,
06:58
[Guile-commits] 45/58: Update NEWS.
,
Andy Wingo
,
06:58
[Guile-commits] 49/58: r6rs-ports: Accept 'port-position' values greater than 2^32.
,
Andy Wingo
,
06:58
[Guile-commits] 31/58: doc: Document (ice-9 match) macros.
,
Andy Wingo
,
06:58
[Guile-commits] 39/58: GDB support: Add note about (gdb frame-filters).
,
Andy Wingo
,
06:58
[Guile-commits] 32/58: tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27.
,
Andy Wingo
,
06:58
[Guile-commits] 36/58: vm: Fix another typo.
,
Andy Wingo
,
06:58
[Guile-commits] 30/58: doc: Fix typo.
,
Andy Wingo
,
06:58
[Guile-commits] 28/58: vm: Fix typo when checking for 'madvise' error code.
,
Andy Wingo
,
06:58
[Guile-commits] 51/58: compile: Improve error message.
,
Andy Wingo
,
06:58
[Guile-commits] 27/58: Make module autoloading thread-safe.
,
Andy Wingo
,
06:58
[Guile-commits] 40/58: GDB support: Add 'guile-backtrace' command.
,
Andy Wingo
,
06:58
[Guile-commits] 41/58: linker: Don't rely on out-of-range bv-ref exceptions.
,
Andy Wingo
,
06:58
[Guile-commits] 38/58: GDB support: Fix 'display-vm-frames'.
,
Andy Wingo
,
06:58
[Guile-commits] 33/58: Module import obarrays are accessed in a critical section.
,
Andy Wingo
,
06:58
[Guile-commits] 23/58: elisp: Fix cross-compilation support.
,
Andy Wingo
,
06:58
[Guile-commits] 19/58: Fix type inference for bitwise logical operators.
,
Andy Wingo
,
06:58
[Guile-commits] 22/58: Fix error reporting in 'load-thunk-from-memory'.
,
Andy Wingo
,
06:58
[Guile-commits] 12/58: srfi-18: When timeout is a number, it's a relative number of seconds.
,
Andy Wingo
,
06:58
[Guile-commits] 34/58: Add 'scm_to_stringn' shortcut when converting to UTF-8.
,
Andy Wingo
,
06:58
[Guile-commits] 26/58: tests: Add SRFI-71 test.
,
Andy Wingo
,
06:58
[Guile-commits] 29/58: get-bytevector-n and get-bytevector-n! can now read more than 4 GB
,
Andy Wingo
,
06:58
[Guile-commits] 24/58: Add copyright header for (language elisp falias), and fix typo.
,
Andy Wingo
,
06:58
[Guile-commits] 10/58: build: Use 'sed' invocation compatible with BSD sed.
,
Andy Wingo
,
06:58
[Guile-commits] 21/58: goops: Fix 'instance?' to work on objects that aren't structs.
,
Andy Wingo
,
06:58
[Guile-commits] 14/58: Recognize RISC-V compilation targets.
,
Andy Wingo
,
06:58
[Guile-commits] 09/58: 'select' returns empty sets upon EINTR and EAGAIN.
,
Andy Wingo
,
06:58
[Guile-commits] 11/58: doc: Fix typo about SRFI-4 syntax.
,
Andy Wingo
,
06:58
[Guile-commits] 05/58: compile: Load language modules upfront.
,
Andy Wingo
,
06:58
[Guile-commits] 16/58: Fix a few typos in the manual.
,
Andy Wingo
,
06:58
[Guile-commits] 20/58: Avoid inexact arithmetic in the type inferrer for 'sqrt'.
,
Andy Wingo
,
06:58
[Guile-commits] 17/58: Fix minor typo in the PEG documentation.
,
Andy Wingo
,
06:58
[Guile-commits] 15/58: Fix eta-conversion edge cases in peval.
,
Andy Wingo
,
06:58
[Guile-commits] branch lightning updated (0a01963 -> 0d00164)
,
Andy Wingo
,
06:58
[Guile-commits] 08/58: Revert "Honor '%fresh-auto-compile'."
,
Andy Wingo
,
06:58
[Guile-commits] 18/58: Fix typo in comment within numbers.c
,
Andy Wingo
,
06:58
[Guile-commits] 13/58: srfi-18: 'thread-sleep!' timeout-as-a-number is relative.
,
Andy Wingo
,
06:58
[Guile-commits] 04/58: 'load-thunk-from-memory' reports the correct error.
,
Andy Wingo
,
06:58
[Guile-commits] 07/58: No tabs in C code.
,
Andy Wingo
,
06:58
[Guile-commits] 01/58: Update NEWS for 2.2.3
,
Andy Wingo
,
06:58
[Guile-commits] 03/58: Fix 'crypt' deadlock upon error.
,
Andy Wingo
,
06:58
[Guile-commits] 06/58: Make sure the return value of 'scm_crypt' is always initialized.
,
Andy Wingo
,
06:58
[Guile-commits] 02/58: doc: Update LALR URL.
,
Andy Wingo
,
06:58
[Guile-commits] 03/04: Remove push continuation hook; return hook runs before FP pop
,
Andy Wingo
,
05:08
[Guile-commits] 01/04: Add instrument-entry to continuations
,
Andy Wingo
,
05:08
[Guile-commits] 04/04: VM hooks take no values
,
Andy Wingo
,
05:08
[Guile-commits] 02/04: Consolidate apply hook to instrument-entry instruction
,
Andy Wingo
,
05:08
[Guile-commits] branch lightning updated (14539d3 -> 0a01963)
,
Andy Wingo
,
05:08
August 06, 2018
[Guile-commits] 01/03: Fix bugs with primitive code allocator; expose internally
,
Andy Wingo
,
07:38
[Guile-commits] 02/03: Minor updates for Scheme runtime (statprof, backtraces)
,
Andy Wingo
,
07:38
[Guile-commits] 03/03: Alloc foreign procedures using primitive mechanism
,
Andy Wingo
,
07:38
[Guile-commits] branch lightning updated (5ebe584 -> 14539d3)
,
Andy Wingo
,
07:38
August 02, 2018
[Guile-commits] branch stable-2.2 updated (71f536c -> 4c91de3)
,
Mark H. Weaver
,
10:15
[Guile-commits] 01/01: Fix R6RS call-with-{input, output}-file to open textual ports.
,
Mark H. Weaver
,
10:15
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc