<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, evalhf: more than 500 locals</title>
    <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 08:57:50 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 08:57:50 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, evalhf: more than 500 locals</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, evalhf: more than 500 locals</title>
      <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals</link>
    </image>
    <item>
      <title>integers and floats</title>
      <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals?ref=Feed:MaplePrimes:evalhf: more than 500 locals:Comments#answer129927</link>
      <itunes:summary>&lt;p&gt;Most or all of the locals will be assigned values of either integers or floats. If you pass in argument Lint as an Array to hold the integers, and argument Lfloat an Array to hold the floats, then you might be able to get rid of most or all locals and replace them with references to entries of those two Arrays.&lt;/p&gt;
&lt;p&gt;Sure, that makes you have to manage the extra bookkeeping. (I've never measured for any performance impact.) Apologies if you've already considered this idea.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Most or all of the locals will be assigned values of either integers or floats. If you pass in argument Lint as an Array to hold the integers, and argument Lfloat an Array to hold the floats, then you might be able to get rid of most or all locals and replace them with references to entries of those two Arrays.&lt;/p&gt;
&lt;p&gt;Sure, that makes you have to manage the extra bookkeeping. (I've never measured for any performance impact.) Apologies if you've already considered this idea.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>129927</guid>
      <pubDate>Sun, 22 Jan 2012 06:23:57 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>universal</title>
      <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals?ref=Feed:MaplePrimes:evalhf: more than 500 locals:Comments#answer129937</link>
      <itunes:summary>&lt;p&gt;universal one-line solution:&lt;/p&gt;
&lt;p&gt;p:=`codegen/packlocals`(p,[op(2, eval(p))], LocalArray):&lt;/p&gt;
&lt;p&gt;Everything works so far!&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;universal one-line solution:&lt;/p&gt;
&lt;p&gt;p:=`codegen/packlocals`(p,[op(2, eval(p))], LocalArray):&lt;/p&gt;
&lt;p&gt;Everything works so far!&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>129937</guid>
      <pubDate>Sun, 22 Jan 2012 17:21:29 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
    <item>
      <title>It's OK</title>
      <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals?ref=Feed:MaplePrimes:evalhf: more than 500 locals:Comments#comment129934</link>
      <itunes:summary>&lt;p&gt;It's OK, i actually don't need do smth with params, but rather with locals i.e. those symbols that codegen/optimize create (_t1, _t2, ...). And if idea with array could avoid that problem i'll consider how to apply codegen/packlocals. It should help.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It's OK, i actually don't need do smth with params, but rather with locals i.e. those symbols that codegen/optimize create (_t1, _t2, ...). And if idea with array could avoid that problem i'll consider how to apply codegen/packlocals. It should help.&lt;/p&gt;</description>
      <guid>129934</guid>
      <pubDate>Sun, 22 Jan 2012 16:13:09 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
  </channel>
</rss>