unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42032: 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to
@ 2020-06-24 16:59 Ivan Yonchovski
       [not found] ` <handler.42032.B.159301795131078.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Yonchovski @ 2020-06-24 16:59 UTC (permalink / raw)
  To: 42032


This will using Lisp_User_Ptr for lazy computation. Here it is sample
flow:

(let ((lazy (my-module-function)))
  (my-module-get lazy "foo") ;; returns "bar"
  (my-module-get lazy "foo") ;; returns "bar"
  ...
  )

ATM it is not possible to cache "bar" in lazy because it will be garbage
collected.

Thanks,
Ivan





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to)
       [not found] ` <handler.42032.B.159301795131078.ack@debbugs.gnu.org>
@ 2020-06-26 17:37   ` yyoncho
  2020-08-13  0:40     ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: yyoncho @ 2020-06-26 17:37 UTC (permalink / raw)
  To: 42032

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

I found a solution to the problem so it is fine to be closed.
I am not sure how to do that in debbugs.

Thanks,
Ivan

On Wed, Jun 24, 2020 at 8:00 PM GNU bug Tracking System <
help-debbugs@gnu.org> wrote:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  bug-gnu-emacs@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 42032@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 42032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42032
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>

[-- Attachment #2: Type: text/html, Size: 1758 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to)
  2020-06-26 17:37   ` bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to) yyoncho
@ 2020-08-13  0:40     ` Stefan Kangas
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2020-08-13  0:40 UTC (permalink / raw)
  To: yyoncho; +Cc: 42032-done

yyoncho <yyoncho@gmail.com> writes:

> I found a solution to the problem so it is fine to be closed.
> I am not sure how to do that in debbugs.

OK, I'm closing this bug report now.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-13  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 16:59 bug#42032: 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to Ivan Yonchovski
     [not found] ` <handler.42032.B.159301795131078.ack@debbugs.gnu.org>
2020-06-26 17:37   ` bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to) yyoncho
2020-08-13  0:40     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).