Bug 145689

Summary: FunctionExecutable::isCompiling() is weird and wrong.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-06-05 00:42:14 PDT
FunctionExecutable::isCompiling() will effectively always return false.
It was probably correct back in the day when there was only the interpreter and the baseline JIT.
Comment 1 Andreas Kling 2015-06-05 00:50:50 PDT
Created attachment 254345 [details]
Patch
Comment 2 Geoffrey Garen 2015-06-05 10:15:27 PDT
Comment on attachment 254345 [details]
Patch

r=me
Comment 3 Andreas Kling 2015-06-09 14:20:37 PDT
Comment on attachment 254345 [details]
Patch

Clearing flags on attachment: 254345

Committed r185379: <http://trac.webkit.org/changeset/185379>
Comment 4 Andreas Kling 2015-06-09 14:20:40 PDT
All reviewed patches have been landed.  Closing bug.