Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [omr-dev] Help needed - what is wrong with this IL?

Hi Charlie,

On 27 June 2018 at 14:33, Charlie Gracie <charlie.gracie@xxxxxxxxx> wrote:
>
> Recently, I moved my SOM++ implementation up to the latest version of the OMR compiler/JitBuilder.  I immediately starting getting the exact same validation errors as Dibyendu. To get around the errors I temporarily disabled the new verification which I know is not the right solution.  I assumed some of my more eccentric uses of JitBuilder were likely the cause so I put it on my TODO list to come back to later....
>
> Dibyendu are you using JitBuilder?
>

Not for the IL generation - I am directly emitting IL using the IL
interfaces, although I have copied some code from JitBuilder /
ILBuilder where necessary.

Regards
Dibyendu


Back to the top