Bug 131771 - Refactor Debugger::registerCodeBlock() to clarify that it will not jettison code blocks
Summary: Refactor Debugger::registerCodeBlock() to clarify that it will not jettison c...
Status: RESOLVED DUPLICATE of bug 151892
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 15:47 PDT by Mark Lam
Modified: 2015-12-07 16:35 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2014-04-16 15:47:38 PDT
In Debugger::registerCodeBlock(), we should never have to jettison a code block (due to pending breakpoints or stepping mode) that is being registered. operationOptimize() should have prevented the optimizing of such code blocks in the first place. Find a way to express this with greater clarity in the code.
Comment 1 Michael Saboff 2015-12-07 16:35:40 PST
This fix was handled in <https://bugs.webkit.org/show_bug.cgi?id=151892>.

*** This bug has been marked as a duplicate of bug 151892 ***