[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM

Anton Korobeynikov asl at math.spbu.ru
Sat Mar 22 10:50:53 PDT 2008


Hello, Edwin

> Probably there are more 64-bit issues to solve. Unfortunately I don't
> have time to look into this deeper now.
At least these "4" looks pretty suspicious:

-      (void *)gcset((gc **)((unsigned int)this + nbb + 4 - sizeof(void
*)), 
+      (void *)gcset((gc **)((size_t)this + nbb + 4 - sizeof(void *)), 
                             (Object*)m);
-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-dev mailing list