Remove the ability to compile without logging and profiling
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jul 2011 09:09:04 +0000 (09:09 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jul 2011 09:09:04 +0000 (09:09 +0000)
commit8a6108de955d16477be6bc5ad71b6c0ec0641a7d
tree872882a817cc4be72f275ee542281c48e667f39c
parentc0044bb7e2663295dba2b0e49b9ab5043704175c
Remove the ability to compile without logging and profiling

The preprocessor defines ENABLE_LOGGING_AND_PROFILING and ENABLE_VMSTATE_TRACKING has been removed as these where required to be turned on for Crankshaft to work. To re-enable reducing the binary size by leaving out heap and CPU profiler a new set of defines needs to be created.

R=ager@chromium.org

BUG=v8:1271
TEST=all

Review URL: http://codereview.chromium.org//7350014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8622 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
62 files changed:
SConstruct
src/SConscript
src/api.cc
src/arm/code-stubs-arm.cc
src/arm/codegen-arm.h
src/arm/full-codegen-arm.cc
src/codegen.cc
src/cpu-profiler-inl.h
src/cpu-profiler.cc
src/cpu-profiler.h
src/d8.gyp
src/flag-definitions.h
src/frames.cc
src/frames.h
src/heap-profiler.cc
src/heap-profiler.h
src/heap.cc
src/heap.h
src/ia32/code-stubs-ia32.cc
src/ia32/codegen-ia32.h
src/ia32/full-codegen-ia32.cc
src/isolate.cc
src/isolate.h
src/log-inl.h
src/log-utils.cc
src/log-utils.h
src/log.cc
src/log.h
src/mark-compact.cc
src/mips/code-stubs-mips.cc
src/mips/codegen-mips.h
src/mips/full-codegen-mips.cc
src/mksnapshot.cc
src/platform-cygwin.cc
src/platform-freebsd.cc
src/platform-linux.cc
src/platform-macos.cc
src/platform-nullos.cc
src/platform-openbsd.cc
src/platform-solaris.cc
src/platform-win32.cc
src/platform.h
src/profile-generator-inl.h
src/profile-generator.cc
src/profile-generator.h
src/runtime-profiler.cc
src/runtime.cc
src/runtime.h
src/serialize.cc
src/spaces.cc
src/spaces.h
src/v8globals.h
src/vm-state-inl.h
src/vm-state.h
src/x64/code-stubs-x64.cc
src/x64/codegen-x64.h
src/x64/full-codegen-x64.cc
test/cctest/test-cpu-profiler.cc
test/cctest/test-heap-profiler.cc
test/cctest/test-log-utils.cc
tools/gcmole/gcmole.lua
tools/gyp/v8.gyp