unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
 messages from 2013-05-20 19:28:35 to 2013-08-29 21:52:51 UTC [more...]

CPS language and Tree-IL->CPS->RTL compiler
 2013-08-29 21:52 UTC  (14+ messages)
` [PATCH 1/9] Add CPS language
` [PATCH 2/9] (compile foo #:to 'cps)
` [PATCH 3/9] Add closure conversion
` [PATCH 4/9] RTL language
` [PATCH 5/9] Add CPS primitives info module
` [PATCH 6/9] Add arity-adapting module
` [PATCH 7/9] Add pass to reify primcalls without corresponding VM ops
` [PATCH 8/9] Add CPS -> RTL compiler
` [PATCH 9/9] Add contification pass

System asyncs and mutexes: a combination prone to deadlocks
 2013-08-29 20:28 UTC  (5+ messages)

Avoid entities with TRACE request
 2013-08-27 16:11 UTC 

[PATCH]: correctly call build-request
 2013-08-27 16:00 UTC  (3+ messages)

grep and sed in guile
 2013-08-25 21:32 UTC 

Guile Emacs: Elisp nil/t and Guile #nil/#t
 2013-08-23 10:12 UTC  (7+ messages)

initial announcement of guile-termite
 2013-08-20 15:25 UTC 

write-request-line empty path bug
 2013-08-19  4:24 UTC  (2+ messages)

discussion: serialize procedures and continuations
 2013-08-17 12:55 UTC  (2+ messages)

return value of `string-set!'
 2013-08-17 12:52 UTC  (4+ messages)

[code] Quoted-printable decoding
 2013-08-17 12:50 UTC  (2+ messages)

Improving R6RS exception handling in Guile
 2013-08-17 12:42 UTC  (3+ messages)

Guile parsing html and htmlprag
 2013-08-17 12:28 UTC  (6+ messages)
  ` [guile] "

deprecating struct permissions?
 2013-08-17 12:20 UTC  (2+ messages)

Easiest way to set procedure-documentation?
 2013-08-12 10:24 UTC  (2+ messages)

Numerical comparisons and NaNs
 2013-08-11 20:24 UTC 

Parsing and logic programming
 2013-08-10 21:22 UTC 

string port encodings
 2013-08-07  5:37 UTC  (7+ messages)

Guile 2.0.9 build failure
 2013-07-27 16:14 UTC  (3+ messages)
  ` [guile] "

SCM_SYSCALL
 2013-07-17 16:04 UTC  (8+ messages)

[PATCH] Add support for HTTP proxies
 2013-07-16 19:55 UTC  (8+ messages)

asynchronous socket library
 2013-07-16 17:02 UTC 

xmlish
 2013-07-16 16:03 UTC 

take! 0==1?
 2013-07-12 16:57 UTC  (4+ messages)
  ` Resolved: ! often means may, not will [WAS: Re: take! 0==1?]

Sabotage against guile users?
 2013-07-11  0:24 UTC  (5+ messages)

Errors in libguile 1.8.8 while compiling gnucash on Windows
 2013-07-07 12:31 UTC  (2+ messages)

Fwd: BUG: Modules compile as ELF's on PE/PE+ architecture
 2013-07-06 16:15 UTC  (2+ messages)

order of evaluation
 2013-07-03 18:57 UTC  (7+ messages)
` order of evaluation, letrec-values, and define-values

What's the status of ethreads? And the collections for server implenmented with Guile
 2013-07-01 17:43 UTC 

What's the status of ethreads? And the collections for server implenmented with Guile
 2013-07-01  8:07 UTC 

Guile talks at the GNU Hackers Meeting?
 2013-06-25 10:00 UTC  (5+ messages)

Guile talks at the GNU Hackers Meeting?
 2013-06-23 14:26 UTC 

The 2.0.9 VM cores in enqueue (threads.c:309)
 2013-06-17 19:00 UTC  (6+ messages)
      ` The 2.0.9 VM cores in enqueue (threads.c:309) -- partial fix, patch attached

Debian package build problems with 2.0.9 (from git)
 2013-06-16 15:18 UTC  (7+ messages)

Testing with Custom Evaluators
 2013-06-15  3:53 UTC 

[PATCH] mutex-unlock! should allowed #f as timeout according to srfi-18
 2013-06-13  4:46 UTC  (3+ messages)

RTL assembler landed
 2013-06-12  7:56 UTC  (2+ messages)

rtl at els
 2013-06-08 17:16 UTC  (2+ messages)

Add RTL VM
 2013-06-06  6:48 UTC  (17+ messages)
` [PATCH 01/10] inline vm-engine.h into vm-engine.c
` [PATCH 02/10] remove CONS macro in VM; use scm_cons instead
` [PATCH 03/10] minor vm-engine cleanups
` [PATCH 04/10] remove some configurability in vm-engine
` [PATCH 05/10] vm-engine: remove register assignments
` [PATCH 06/10] Allow vm_engine caller to pass arguments on the stack
` [PATCH 07/10] pop-continuation abort-continuation hooks pass return vals directly
` [PATCH 08/10] cpp hygiene in the vm
` [PATCH 09/10] refactor to resolve_variable
` [PATCH 10/10] add new rtl vm

[PATCH] Print the faulty object upon invalid-keyword errors
 2013-06-04 22:28 UTC  (5+ messages)

Serialize procedure metadata into ELF for RTL programs
 2013-06-04 15:06 UTC  (11+ messages)
` [PATCH 1/9] begin-program takes properties alist
` [PATCH 2/9] add procedure prelude macro-instructions
` [PATCH 3/9] Beginnings of tracking of procedure arities in assembler
` [PATCH 4/9] RTL assembler writes arities information into separate section
` [PATCH 5/9] (system vm debug) can read arity information
` [PATCH 6/9] Wire up ability to print RTL program arities
` [PATCH 7/9] Write docstrings into RTL ELF images
` [PATCH 8/9] procedure-documentation works on RTL procedures
` [PATCH 9/9] procedure-properties for RTL functions

Add RTL VM, assembler, and disassembler
 2013-06-04 10:05 UTC  (8+ messages)
` [PATCH 1/6] add new rtl vm
` [PATCH 2/6] Add RTL assembler
` [PATCH 3/6] Add runtime support for reading debug information from ELF
` [PATCH 4/6] move procedure-name and procedure-source to procprop.c
` [PATCH 5/6] RTL programs print with their name
` [PATCH 6/6] Add RTL disassembler

Deadheading git tree
 2013-05-27  6:41 UTC 

wip-linker: Refactor ELF linker and loader
 2013-05-24 15:37 UTC  (24+ messages)
` [PATCH 1/6] split linker out of elf module
` [PATCH 2/6] ELF refactor and consequent linker simplifications
` [PATCH 3/6] elf: add accessors for header members that might need relocation
` [PATCH 4/6] refactor linker to lay out ELF files and memory in the same way
` [PATCH 5/6] refactor and simplify ELF loader in objcodes.c
` [PATCH 6/6] add (find-mapped-elf-image) procedure to (system vm objcode) module

CPS thoughts
 2013-05-23  7:20 UTC  (6+ messages)

Deadlock with GC 7.2alpha6 on master
 2013-05-22 16:02 UTC  (2+ messages)

The Road to 2.2
 2013-05-22  6:50 UTC  (6+ messages)

lua branch
 2013-05-21 21:25 UTC  (5+ messages)

Manual section on compilation doesn't mention (system base compile)
 2013-05-21 20:45 UTC  (5+ messages)

rtl metadata musings
 2013-05-20 20:24 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).