DescriptionFix FindSharedFunctionInfoInScript to not optimize.
This prevents a corner case in FindSharedFunctionInfoInScript that would cause
functions to be optimized because an intermittent GC would clear the flag
indicating whether breakpoints are present. Above method was also moved into the
Debug class because it is only used by the debugger.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=12428
Patch Set 1 #
Total comments: 3
Patch Set 2 : Addressed comments by Toon Verwaest. #
Messages
Total messages: 4 (0 generated)
|