lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 5705: int->long in Stem::get_beaming and set_beaming (issue 56


From: David Kastrup
Subject: Re: Issue 5705: int->long in Stem::get_beaming and set_beaming (issue 561350044 by address@hidden)
Date: Mon, 03 Feb 2020 14:43:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Dan Eble <address@hidden> writes:

> I confess, I've not educated myself on how Guile stores int versus
> long, like whether it actually uses more space for scm_from_long(50)
> than for scm_from_int(50);

No difference.  Needed size depends on the magnitude of the value, not
its type.

-- 
David Kastrup



reply via email to

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