DescriptionImplemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
As I discovered that JSFrame accesses SharedFunctionInfo only to calculate caller SP and the latter is not used in profiler's stack sampling, I disabled accessing heap objects in JSFrame when doing stack sampling. This finally made V8's profiling stable when used from Chrome on a real web app.
Committed: http://code.google.com/p/v8/source/detail?r=1694
Patch Set 1 #
Total comments: 2
Patch Set 2 : Renamings as Soeren suggested #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|