Reviewers: Vyacheslav Egorov, Erik Corry, Message: Makes the GC branch compile on Win64. It doesn't necessarily work. This was fixed by adding static_cast<int>'s - if anyone can see a case where this might fail, do fix the original code to not do implicit casts from intptr_t, size_t or ptrdiff_t to int. And please stop adding them.
Description: Make Win64 compile. Please review this at http://codereview.chromium.org/7389008/ SVN Base: https://v8.googlecode.com/svn/branches/experimental/gc Affected files: M src/heap.cc M src/ic.cc M src/incremental-marking.cc M src/isolate.h M src/mark-compact.h M src/mark-compact.cc M src/serialize.cc M src/spaces-inl.h M src/spaces.h M src/spaces.cc M src/store-buffer.h M src/utils.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
