bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #22299] function misnaming with moduleStatic > 0


From: Per Bothner
Subject: [Bug-kawa] [bug #22299] function misnaming with moduleStatic > 0
Date: Sat, 16 Feb 2008 21:22:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12

Update of bug #22299 (project kawa):

                  Status:                    None => In Progress            
             Assigned to:                    None => bothner                

    _______________________________________________________

Follow-up Comment #1:

A work-around is to disable inlining when compiling a.scm:

$ kawa --no-inline

The problem is that the Kawa compiler inlines the call (foo-b) to a field in
b.class, which is OK if b.class is available to a's class-loader, but this
case it isn't.

So the problem is disabling that particular inlining.  Hopefully not too
difficult. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22299>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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