Bug 22701 - Remove redundant calls to JIT::emitSlowScriptCheck.
Summary: Remove redundant calls to JIT::emitSlowScriptCheck.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 16:44 PST by Gavin Barraclough
Modified: 2008-12-13 16:30 PST (History)
0 users

See Also:


Attachments
The patch (1.77 KB, patch)
2008-12-05 16:44 PST, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-12-05 16:44:22 PST
This is checked in the hot path, so is not needed on the slow path - and the code was being planted before the start of the slow case, so was completely unreachable!
Comment 1 Gavin Barraclough 2008-12-05 16:44:48 PST
Created attachment 25800 [details]
The patch
Comment 2 Geoffrey Garen 2008-12-05 16:49:29 PST
Comment on attachment 25800 [details]
The patch

r=me