<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>in-global.arc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,4 +6,5 @@
 (load &quot;codegen.arc&quot;)
 (load &quot;sharedvars.arc&quot;)
 (load &quot;rm-global.arc&quot;)
+(load &quot;in-global.arc&quot;)
 </diff>
      <filename>arc2c.arc</filename>
    </modified>
    <modified>
      <diff>@@ -510,6 +510,7 @@ int main (int argc, char * argv[]) {
             (,to-3-if &quot;3-arg-if TRANSFORMATION&quot;)
             ; --------AST form
             (,[xe _ ()] &quot;AST TRANSFORMATION&quot;)
+            (,in-global &quot;GLOBAL INLINING&quot;)
             (,rm-global &quot;UNUSED GLOBAL REMOVAL&quot;)
             (,sharedvars-convert-assert &quot;SHARED VARIABLE CONVERSION&quot;)
             (,cps-convert &quot;CPS-CONVERSION&quot;)
@@ -517,9 +518,12 @@ int main (int argc, char * argv[]) {
     (= xe-global-cte* (make-initial-cte))
     (= d
       (reduce (fn (old-d (f desc))
-                (let new-d (f old-d)
+                (let new-d nil
+                  (when debugmode
+                    (pr &quot;------------------------------ &quot;))
+                  (prn desc)
+                  (= new-d (f old-d))
                   (when debugmode
-                    (prn &quot;------------------------------ &quot; desc)
                     (ppr-sexp (source new-d)))
                   new-d))
               chain d))</diff>
      <filename>codegen.arc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>447b5e5ebed8f98ae5449b0e0546814fd330600b</id>
    </parent>
  </parents>
  <author>
    <name>Alan Manuel K. Gloria</name>
    <email>almkglor@gmail.com</email>
  </author>
  <url>http://github.com/sacado/arc2c/commit/dda397858cde24b1f21edf9eac3119ba0fd20ad9</url>
  <id>dda397858cde24b1f21edf9eac3119ba0fd20ad9</id>
  <committed-date>2008-04-09T06:05:56-07:00</committed-date>
  <authored-date>2008-04-09T06:05:56-07:00</authored-date>
  <message>Added global function inlining</message>
  <tree>7186d4a18a3a44d233a2df258a7a9e54ae1a2b86</tree>
  <committer>
    <name>Alan Manuel K. Gloria</name>
    <email>almkglor@gmail.com</email>
  </committer>
</commit>
