Reviewers: Søren Gjesse, Description: Adding unit tests for profiler's stack tracer.
The testing is a bit tricky because we need to obtain a frame pointer (EBP on IA-32) from inside of a function. This is especially interesting in case of a compiled JavaScript function. Please review this at http://codereview.chromium.org/28112 Affected files: M src/log.h M src/log.cc M test/cctest/SConscript A test/cctest/test-log-ia32.cc M tools/visual_studio/v8_cctest.vcproj --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
