Reviewers: Erik Corry, Message: A few more new flags :-) Please take a look.
This CL looks scarier than it is; the line count is actually pretty small. Only ia32 has a complete implementation of --count-based-interrupts; I've modified the other architectures just enough to make them compile. Description: Initial support for count-based profiling (behind FLAG_count_based_interrupts; only on ia32) Please review this at https://chromiumcodereview.appspot.com/9373028/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/code-stubs-arm.cc M src/arm/full-codegen-arm.cc M src/code-stubs.h M src/execution.cc M src/flag-definitions.h M src/full-codegen.h M src/full-codegen.cc M src/ia32/builtins-ia32.cc M src/ia32/code-stubs-ia32.cc M src/ia32/deoptimizer-ia32.cc M src/ia32/full-codegen-ia32.cc M src/mips/full-codegen-mips.cc M src/runtime-profiler.cc M src/runtime.h M src/runtime.cc M src/x64/code-stubs-x64.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
