Displaying 2 results from an estimated 2 matches for "bitmanipulation".
2008 Jul 01
2
[LLVMdev] vmkit on x86_64
...with gcc-4.1.2, but
I'm running into troubles because of various problems with casts
between pointers and integers. Is there anybody who succeeded in this
task? Az I see, some of the problems can be fixed with an appropriate
typedef/macro declaration, but in VMCore/JavaObject.cpp some lowlevel
bitmanipulation is used, to mark object references as locked - as I
believe.
BR,
Zsombor
p.s
this fixes a typo in the current svn trunk
$ svn diff VMCore/JavaJITOpcodes.cpp
Index: VMCore/JavaJITOpcodes.cpp
===================================================================
--- VMCore/JavaJITOpcodes.cpp (r...
2008 Jul 01
0
[LLVMdev] vmkit on x86_64
...I'm running into troubles because of various problems with casts
> between pointers and integers. Is there anybody who succeeded in this
> task? Az I see, some of the problems can be fixed with an appropriate
> typedef/macro declaration, but in VMCore/JavaObject.cpp some lowlevel
> bitmanipulation is used, to mark object references as locked - as I
> believe.
>
> BR,
> Zsombor
>
>
> p.s
> this fixes a typo in the current svn trunk
>
> $ svn diff VMCore/JavaJITOpcodes.cpp
> Index: VMCore/JavaJITOpcodes.cpp
> ===============================================...