GNU bug report logs -
#67141
30.0.50; Missing element in the backtrace
Previous Next
Full log
View this message in rfc822 format
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
>>> mmmh, my crystal ball suggests that some (native compiled) code is
>>> calling directly a primitive (eval) without going through funcall, as a
>>> consequence no backtrace is recorded. AFAIR that's what happen with
>>> byte compiled code with primitves with assigned (byte)op-code as well.
>>
>> PS and indeed similarly what happen calling a primitive from other C
>> code.
>
> But C code can choose whether it calls `F<foo>` directly or goes through
> `Ffuncall`, whereas for ELisp code there is no such control.
Yes, still already with bytecode only in some case in Elisp code it goes
through funcall and in some it doesn't.
> It impacts debugging and profiling, in my experience.
I see, the outcome for me is that we should offer a way for the user to
force the use of funcall. Unfortunatelly ATM if one writes like
(funcall 'eval ...) it gets optimized. Maybe even a funcall wrapper
written in Elisp would be sufficient?
Andrea
This bug report was last modified 1 year and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.