http://codereview.chromium.org/6686003/diff/1/src/stub-cache.h File src/stub-cache.h (right):
http://codereview.chromium.org/6686003/diff/1/src/stub-cache.h#newcode733 src/stub-cache.h:733: CallOptimization* optimization, On 2011/03/17 15:30:04, Vitaly Repeshko wrote:
On 2011/03/15 08:57:37, antonm wrote: > On 2011/03/14 15:33:10, Vitaly Repeshko wrote: > > Should work with "const CallOptimization&". > > Well, it looks like typically v8 uses pointers, not references.
I'll switch
if > you insist.
I insist on every comment I write, unless marked otherwise :) I really
think we
should try to use C++ features when they provide more safety and don't
get in
the way.
Done. http://codereview.chromium.org/6686003/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
