Here is code that results crash (return 134). Hope it is interesting.
guile (GNU Guile) 2.0.9
Copyright (C) 2013 Free Software Foundation, Inc.
(define *define-count* 0)
(define-syntax define#
(syntax-rules ()
((_ obj ...)
(begin
(set! *define-count* (1+ *define
-- Forwarded message --
From: Panicz Maciej Godek
Date: 2013/10/1
Subject: Re: Guile interpeter crash
To: Dmitry Bogatov
2013/10/1 Dmitry Bogatov
>
> Here is code that results crash (return 134). Hope it is interesting.
>
The code you gave is not a proper Scheme program.
C.f.
Hi,
As I understand, currently in rtl loops get's faster but function
application intense code becomes less effective. Function application
is currently quite expensive, but we might get it done faster in
native compiled code e.g. after we have focused on optimizing that
one. Of cause it's not the
Panicz Maciej Godek writes:
> -- Forwarded message --
> From: Panicz Maciej Godek
> Date: 2013/10/1
> Subject: Re: Guile interpeter crash
> To: Dmitry Bogatov
>
> 2013/10/1 Dmitry Bogatov
>
> Here is code that results crash (return 134). Hope it is
> interesting.
>
> Th