GNU bug report logs -
#21013
Evaluation expression from C assumes that lambda is present
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21013 in the body.
You can then email your comments to 21013 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#21013
; Package
guile
.
(Wed, 08 Jul 2015 18:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Israelsson Tampe <stefan.itampe <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Wed, 08 Jul 2015 18:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
When using the profiler in a pure module ,profile does not work
The reason is that in
scmsigs.c,
At an evaluation occurs from C e.g.
static SCM
close_1 (SCM proc, SCM arg)
{
return scm_primitive_eval_x (scm_list_3 (scm_sym_lambda, SCM_EOL,
scm_list_2 (proc, arg)));
}
This means that languages in guile that want's profiling needs to export
lambda from (guile). Maybe this is a feature but there are two things that
can improve,
1. We can export @@ or @ as the only symbol from guile and fix all
evaluatoins like the above to issue a (@ (guile) lambda) in stead of lambda
etc. Maybe we should use a more uncommon symbol for @ and @@ to be used in
situations like that for which should always be reexported for langages
that want to support guile features.
lambda is a very common symbol and I would expect profiling to fail under
elisp no so this issues seams to be urgent. I will for know export lambda.
Regards
Stefan
[Message part 2 (text/html, inline)]
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Fri, 24 Jun 2016 07:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Israelsson Tampe <stefan.itampe <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 24 Jun 2016 07:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 21013-done <at> debbugs.gnu.org (full text, mbox):
On Wed 08 Jul 2015 20:48, Stefan Israelsson Tampe <stefan.itampe <at> gmail.com> writes:
> When using the profiler in a pure module ,profile does not work
>
> The reason is that in
> scmsigs.c,
>
> At an evaluation occurs from C e.g.
>
> static SCM
> close_1 (SCM proc, SCM arg)
> {
> return scm_primitive_eval_x (scm_list_3 (scm_sym_lambda, SCM_EOL,
> scm_list_2 (proc, arg)));
> }
Amusing! I tried to work around this use of `eval' but I can't because
there's too much C sclerosis. Instead I switched to use scm_eval and
specified a module; should fix the issue.
Andy
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 22 Jul 2016 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.