You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Maksim Ananjev <ma...@gmail.com> on 2008/02/01 12:12:11 UTC

[drlvm][jitrino]vm helpers

Hi,

Could you guys please give me a hint where I can get the full list of
vm helper HIR instuctions?

Thanks in advance.

-- 
Maksim

Re: [drlvm][jitrino]vm helpers

Posted by Maksim Ananjev <ma...@gmail.com>.
Mikhail, thanks.

On Feb 1, 2008 6:50 PM, Mikhail Fursov <mi...@gmail.com> wrote:
> The complete list of VM helpers is in 'jit_runtime_support.h' file.
>
> You can wrap and call directly any VM helper from HIR using VMHelperCallInst
>
>
>
> On Feb 1, 2008 5:12 PM, Maksim Ananjev <ma...@gmail.com> wrote:
>
> > Hi,
> >
> > Could you guys please give me a hint where I can get the full list of
> > vm helper HIR instuctions?
> >
> > Thanks in advance.
> >
> > --
> > Maksim
> >
>
>
>
> --
> Mikhail Fursov
>



-- 
Maksim

Re: [drlvm][jitrino]vm helpers

Posted by Mikhail Fursov <mi...@gmail.com>.
The complete list of VM helpers is in 'jit_runtime_support.h' file.

You can wrap and call directly any VM helper from HIR using VMHelperCallInst


On Feb 1, 2008 5:12 PM, Maksim Ananjev <ma...@gmail.com> wrote:

> Hi,
>
> Could you guys please give me a hint where I can get the full list of
> vm helper HIR instuctions?
>
> Thanks in advance.
>
> --
> Maksim
>



-- 
Mikhail Fursov