Bug 119876 - [JSC] x86: improve code generation for xxxTest32
Summary: [JSC] x86: improve code generation for xxxTest32
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-15 18:17 PDT by Benjamin Poulain
Modified: 2013-08-16 16:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2013-08-15 18:20 PDT, Benjamin Poulain
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-08-15 18:17:33 PDT
[JSC] x86: improve code generation for xxxTest32
Comment 1 Benjamin Poulain 2013-08-15 18:20:06 PDT
Created attachment 208875 [details]
Patch
Comment 2 Geoffrey Garen 2013-08-15 21:07:01 PDT
Comment on attachment 208875 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=208875&action=review

r=me

> Source/JavaScriptCore/ChangeLog:13
> +        When the input is a register, we can use testb if we are only intersted

Should be: interested.
Comment 3 Benjamin Poulain 2013-08-16 16:34:00 PDT
Committed r154207: <http://trac.webkit.org/changeset/154207>