Bug 72868 - [GTK] Update NEWS and configure.ac for 1.7.2 release
Summary: [GTK] Update NEWS and configure.ac for 1.7.2 release
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 03:13 PST by Carlos Garcia Campos
Modified: 2011-11-21 04:14 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.97 KB, patch)
2011-11-21 03:15 PST, Carlos Garcia Campos
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2011-11-21 03:13:19 PST
ssia
Comment 1 Carlos Garcia Campos 2011-11-21 03:15:22 PST
Created attachment 116059 [details]
Patch
Comment 2 Xan Lopez 2011-11-21 03:19:06 PST
Comment on attachment 116059 [details]
Patch

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

> Source/WebKit/gtk/NEWS:12
> +  - Significant JavaScript performance improvements on x86 and x86-64.

DFG is only enabled for x86-64 AFAIK, and I guess we could mention it by name.
Comment 3 Xan Lopez 2011-11-21 03:42:22 PST
(In reply to comment #2)
> (From update of attachment 116059 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=116059&action=review
> 
> > Source/WebKit/gtk/NEWS:12
> > +  - Significant JavaScript performance improvements on x86 and x86-64.
> 
> DFG is only enabled for x86-64 AFAIK, and I guess we could mention it by name.

My mistake, I was confused by the ChangeLog that only mentions x86-64. It's enabled for all intel archs.
Comment 4 Carlos Garcia Campos 2011-11-21 04:14:29 PST
Committed r100898: <http://trac.webkit.org/changeset/100898>