chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] run numbers-string-conversion-test in inte


From: Alan Post
Subject: Re: [Chicken-hackers] [PATCH] run numbers-string-conversion-test in interpreted mode
Date: Wed, 12 Oct 2011 07:23:27 -0600

Is this patch hiding a performance problem in the compiler?  Can
you explain why it takes so long to compile?

-Alan

On Wed, Oct 12, 2011 at 04:30:10AM -0400, Felix wrote:
> The tests takes very long to compile and only tests library functionality,
> so running it in the interpreter may be sufficient.
> 
> 
> cheers,
> felix

> From 721afcc9f631fff405b61f2f6ab4d28c5f9e03f6 Mon Sep 17 00:00:00 2001
> From: felix <address@hidden>
> Date: Wed, 12 Oct 2011 10:02:41 +0200
> Subject: [PATCH 2/4] run numbers-string-conversion-test in interpreted mode,
>  since it only tests library functionality and takes
>  very long to compile
> 
> ---
>  tests/runtests.sh |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/runtests.sh b/tests/runtests.sh
> index b00349e..9c3f7cf 100644
> --- a/tests/runtests.sh
> +++ b/tests/runtests.sh
> @@ -285,8 +285,7 @@ $compile fixnum-tests.scm
>  ./a.out
>  
>  echo "======================================== string->number tests ..."
> -$compile numbers-string-conversion-tests.scm
> -./a.out
> +$interpret -s numbers-string-conversion-tests.scm
>  
>  echo "======================================== srfi-4 tests ..."
>  $interpret -s srfi-4-tests.scm
> -- 
> 1.7.6.msysgit.0
> 

> _______________________________________________
> Chicken-hackers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-hackers


-- 
.i ma'a lo bradi cu penmi gi'e du



reply via email to

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