DescriptionAdding src_file_name:line_number into perf log entries for compiled JS functions.
Thus, instead of the following profiler records:
1.5% 1.5% LazyCompile: <anonymous>
we'll now have these:
1.5% 1.5% LazyCompile: <anonymous> richards.js:309
Basically, I translated two functions from messages.js into C++.
In the next CL I will update messages.js to use added native functions.
Committed: http://code.google.com/p/v8/source/detail?r=1216
Patch Set 1 #
Total comments: 20
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|