http://codereview.chromium.org/5443001/diff/1/src/runtime.cc File src/runtime.cc (right):
http://codereview.chromium.org/5443001/diff/1/src/runtime.cc#newcode4632 src/runtime.cc:4632: // TODO(lrn): Better handling of allocation errors. Try harder On 2010/12/01 09:34:58, William Hesse wrote:
I'm not sure this should be a TODO. It may be better to always follow
the
policy of failing on GC, and work on making this case rare, rather
than inlining
it in many special places.
If you leave it as a TODO, please file an issue in the issue tracker and use the bug number here instead of your username. http://codereview.chromium.org/5443001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
