Reviewers: Mads Ager, Kasper Lund, Michail Naganov, Message: Kasper, Mads and Misha,
may you have a look? I'm just fulfilling the promise :) Description: Turn some usages of NewArray with DeleteArray in the same scope into ScopedVector or SmartPointer. That makes it easier to maintain the code---one should care less about releasing the memory as smart pointers would take care of this. Switch to ScopedVector instead Vector for the same semantics in src/builtins.cc Please review this at http://codereview.chromium.org/1737023/show Affected files: M src/api.cc M src/builtins.cc M src/debug-agent.cc M src/debug.cc M src/flags.cc M src/log.cc M src/objects.cc M src/platform-freebsd.cc M src/platform-linux.cc M src/platform-macos.cc M src/platform-solaris.cc M src/platform-win32.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
