guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pull and recompile for speed


From: dsmich
Subject: Re: pull and recompile for speed
Date: Mon, 9 May 2011 5:58:32 -0400

---- Andy Wingo <address@hidden> wrote: 
> Hi,
> 
> The VM and compiler got a little help this weekend.  Pull and recompile
> your .go files and things should be faster.

Sounds great!  I'm getting a build failure however. :(

$ git describe
v2.0.1-53-g5eb75b5


Making all in module
make[2]: Entering directory `/home/dsmith/src/guile/module'
  GUILEC texinfo/plain-text.go
Backtrace:
In system/base/compile.scm:
 192: 19 [read-and-compile #<input: texinfo/plain-text.scm 37> #:from ...]
 204: 18 [lp (# # # # ...) #<directory # 8def5a0> #<directory # 8def5a0>]
 170: 17 [lp (#<procedure compile-tree-il (x e opts)>) (define # #) ...]
In ice-9/boot-9.scm:
2103: 16 [save-module-excursion #<procedure 8fdb2e8 at 
language/scheme/compile-tree-il.scm:29:3 ()>]
In language/scheme/compile-tree-il.scm:
  31: 15 [#<procedure 8fdb2e8 at language/scheme/compile-tree-il.scm:29:3 ()>]
In ice-9/psyntax.scm:
1034: 14 [chi-top-sequence ((define # #)) () ((top)) ...]
1003: 13 [#<procedure 8fcda50 at ice-9/psyntax.scm:1002:36 ()>]
1530: 12 [chi-simple-lambda (# . #) () (()) ...]
1420: 11 [parse (((# # #) . #(syntax-object # # #))) () () () () () ()]
In ice-9/boot-9.scm:
 541: 10 [map #<procedure 8fdb150 at ice-9/psyntax.scm:1420:50 (x)> ((# . #))]
In ice-9/psyntax.scm:
1253: 9 [#<procedure 8fc4280 (e0 e1)> string-concatenate (#)]
In ice-9/boot-9.scm:
 541: 8 [map #<procedure 8fdd260 at ice-9/psyntax.scm:1253:35 (e)> (#)]
In ice-9/psyntax.scm:
1186: 7 [chi (map-in-order stexi->plain-text body) (# # #) (# # #) ...]
1121: 6 [syntax-type (map-in-order stexi->plain-text body) (# # #) (# # #) ...]
1106: 5 [syntax-type map-in-order (# # #) (# # #) ...]
 583: 4 [lookup map-in-order (# # #) (hygiene texinfo plain-text)]
 289: 3 [get-global-definition-hook map-in-order (hygiene texinfo plain-text)]
In unknown file:
   ?: 2 [module-variable #<directory (texinfo plain-text) 8def5a0> map-in-order]
In ice-9/boot-9.scm:
3364: 1 [replace #<directory (texinfo plain-text) 8def5a0> map-in-order ...]
 119: 0 [#<procedure 8c07438 at ice-9/boot-9.scm:110:6 (thrown-k . args)> 
wrong-number-of-args ...]

ice-9/boot-9.scm:118:20: In procedure #<procedure 8c07438 at 
ice-9/boot-9.scm:110:6 (thrown-k . args)>:
ice-9/boot-9.scm:118:20: Wrong number of arguments to #<procedure replace 
(module name int1 val1 int2 val2 var val)>
make[2]: *** [texinfo/plain-text.go] Error 1
make[2]: Leaving directory `/home/dsmith/src/guile/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dsmith/src/guile'
make: *** [all] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]