Reviewers: Søren Gjesse, Description: CPU Profiler: postpone moved functions registration until GC completes.
An attempt to retrieve security context for a function may fail if the destination heap space is in an incomplete state. To fix this, we only record unknown functions discovered at GC object moves, and then register them after GC completes. BUG=crbug/59627 Please review this at http://codereview.chromium.org/3763012/show Affected files: M src/cpu-profiler.h M src/cpu-profiler.cc M src/heap.cc M src/log.h M src/log.cc M src/mark-compact.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
