Bug 19823 - Remove op_jless
Summary: Remove op_jless
Status: RESOLVED DUPLICATE of bug 20419
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 00:31 PDT by Cameron Zwarich (cpst)
Modified: 2008-08-17 14:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-06-30 00:31:19 PDT
Since the introduction of the specialized loop opcodes, op_jless is not used in any significant way (and not at all on SunSpider). Of course, life is never easy in Machine.cpp, so removing it with r34883 is a 1.5% regression. I guess we'll have to wait until it's not a performance regression.
Comment 1 Cameron Zwarich (cpst) 2008-08-17 14:09:31 PDT
Wow, I made this bug twice.

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