help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Identifying sources of allocations in a toy Mandelbrot package


From: Eli Zaretskii
Subject: Re: Identifying sources of allocations in a toy Mandelbrot package
Date: Sat, 20 Jan 2024 12:31:00 +0200

> From: Psionic K <psionik@positron.solutions>
> Date: Sat, 20 Jan 2024 19:03:55 +0900
> Cc: Psionic K <psionik@positron.solutions>, help-gnu-emacs@gnu.org, 
> incal@dataswamp.org, 
>       Eli Zaretskii <eliz@gnu.org>
> 
> > maybe floating point numbers in emacs are not immediate.
> 
> This is my hunch.  There isn't a good second guess at this point.

It isn't a hunch, it's a fact.

Similarly, integers bigger than most-positive-fixnum or smaller than
most-negative-fixnum (a.k.a. "bignums") are not immediate, Lisp
strings are not immediate, and any other Lisp object that has some data.



reply via email to

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