Reviewers: iposva, Description: Remove the descriptor stream abstractions.
The abstractions have led to bugs because it looks like descriptor streams are GC safe but they are not. I have moved the descriptor stream helper functions to descriptor arrays and I find most of the code just as readable now as it was before. Please review this at http://codereview.chromium.org/149458 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/bootstrapper.cc M src/factory.cc M src/handles.cc M src/objects-debug.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/property.h M src/property.cc M src/spaces.cc M src/string-stream.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
