[Gambas-user] JIT bug 4

Emil Lenngren emil.lenngren at ...626...
Mon Jul 9 22:01:52 CEST 2012


Public Sub Button1_Click()
  test(19)
End


Fast Private Sub test(x As Integer)
  Print 0.6 ^ x
End

Does this crash for you as well?

I think there is a bug in llvm or something. It doesn't seem to like that I
call llvm.powi.f64.

I shall see what I can do about it ...

/Emil

2012/7/9 Jussi Lahtinen <jussi.lahtinen at ...626...>

> In fact the function can be further reduced to:
> c = CInt((0.6 ^ iEta) / sngCached[iEta])
>
> Jussi
>
>
>
> On 9 July 2012 21:02, Jussi Lahtinen <jussi.lahtinen at ...626...> wrote:
>
> > Finally, here it is isolated. See attachment.
> > I don't know why I didn't get it in first try, and yet, I'm not sure what
> > is going on...
> >
> > Gambas 3 rev 4921 @ Xubuntu 12.04 64bit
> >
> > Jussi
> >
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list