help-smalltalk
[Top][All Lists]
Advanced

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

Re : [Help-smalltalk] How to convert a Cobject in C


From: Mathieu Suen
Subject: Re : [Help-smalltalk] How to convert a Cobject in C
Date: Tue, 24 Aug 2010 14:34:47 +0000 (GMT)

Paolo help me to find the bug.
It was a faulty declaration of the jit_local_state.

But now there is conflit beween the jit_local_state from gst and the one from 
gnu lightning.
For example in i386 arch the gnu lightning jit_local_state is:

struct jit_local_state {
  int    framesize;
  int    argssize;
  int    alloca_offset;
  int    alloca_slack;
};

will in gst it is:

struct jit_local_state {
  int    framesize;
  int    argssize;
}

So shouold it be fixed?

Thanks



----- Message d'origine ----
> > Objet : Re: Re : Re :  [Help-smalltalk] How to convert a Cobject in C
> > 
> > On 08/24/2010  01:37 PM, Mathieu Suen wrote:
> > > So I used the   _gst_oop_to_c_object but my object have one more instance
> > >   variable:
> > >
> > > CStruct subclass: CJitState [
> >  >        | codeBuffer |
> > >        ...snip...
> > >  ]
> > >
> _______________________________________________
> help-smalltalk  mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
> 






reply via email to

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