Reviewers: Vyacheslav Egorov, Description: Speed up quoting of JSON strings by allocating a string that is big enough and then trimming it when the length is known. This way we only have to traverse the input once.
Please review this at http://codereview.chromium.org/5556012/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/runtime.cc M src/spaces-inl.h M src/spaces.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
