Reviewers: alph, loislo, Michael Starzinger, danno,
Description:
Replace 'operator*' with explicit 'get' method on SmartPointer
Made operator* return reference to the raw type, not pointer. New
method 'get()'
should be used when raw pointer is needed.
Also removed useless inline modifier from the SmaprtPointer methods and
added
const modifier to the methods that don't change smart pointer.
BUG=None
Please review this at https://codereview.chromium.org/101763003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+199, -182 lines):
M src/arm/lithium-arm.cc
M src/code-stubs-hydrogen.cc
M src/code-stubs.cc
M src/codegen.cc
M src/compiler.cc
M src/d8-debug.h
M src/d8-debug.cc
M src/debug-agent.cc
M src/deoptimizer.cc
M src/disassembler.cc
M src/factory.cc
M src/flags.cc
M src/frames.cc
M src/gdb-jit.cc
M src/heap-profiler.h
M src/heap-profiler.cc
M src/heap-snapshot-generator.cc
M src/hydrogen-dce.cc
M src/hydrogen-gvn.cc
M src/hydrogen-instructions.cc
M src/hydrogen.cc
M src/ia32/lithium-ia32.cc
M src/isolate.cc
M src/jsregexp.cc
M src/lithium-allocator.cc
M src/log.cc
M src/messages.cc
M src/mips/lithium-mips.cc
M src/objects-printer.cc
M src/objects.cc
M src/parser.cc
M src/regexp-macro-assembler-tracer.cc
M src/runtime.cc
M src/scopes.cc
M src/smart-pointers.h
M src/stub-cache.cc
M src/x64/lithium-x64.cc
M test/cctest/test-api.cc
M test/cctest/test-cpu-profiler.cc
M test/cctest/test-debug.cc
M test/cctest/test-declarative-accessors.cc
M test/cctest/test-func-name-inference.cc
M test/cctest/test-heap-profiler.cc
M test/cctest/test-parsing.cc
M test/cctest/test-regexp.cc
M test/cctest/test-reloc-info.cc
M test/cctest/test-strings.cc
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.