<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Usually, we would use flags, e.g. in your case something like
      "-heap <float>".</p>
    <p>[sigmund~] object, for example, takes a few flag arguments. You
      can take it as a reference point.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 24.09.2021 17:33, Iain Duncan wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN9NcLw4voSdLch56665D200d6bu8gRshaPXpr=xq4FkvJVpHw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi folks, I want to add an optional argument for
        object creation time to Scheme for Pd to allow setting the
        starting heap size, which can dramatically lower garbage
        collector times. In Scheme for Max 0.3 I added theĀ @heap attr.
        I'm not sure what the normal way to do this kind of thing is in
        Pd. The catch is that this arg needs to be optional (beginners
        shouldn't have to worry about it) and needs to be set at object
        creation time because you can't change the starting heap size
        after creating the s7 interpreter. So I'm somewhat reluctant to
        just add a 3rd integer arg. Suggestions welcome!
        <div>
          <div><br>
          </div>
          <div>thanks!</div>
        </div>
        <div>iain</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
    </blockquote>
  </body>
</html>