Title: [151891] branches/dfgFourthTier/Source/WTF/ChangeLog
Revision
151891
Author
[email protected]
Date
2013-06-23 21:07:45 -0700 (Sun, 23 Jun 2013)

Log Message

fourthTier: DFG should optimize identifier string equality
https://bugs.webkit.org/show_bug.cgi?id=117920

Reviewed by Sam Weinig.

Note that this ChangeLog was supposed to be committed in r151890.
        
Expose the IsIdentifier bit to the JIT.
        
* wtf/text/StringImpl.h:
(WTF::StringImpl::flagIsIdentifier):

Modified Paths

Diff

Modified: branches/dfgFourthTier/Source/WTF/ChangeLog (151890 => 151891)


--- branches/dfgFourthTier/Source/WTF/ChangeLog	2013-06-24 04:05:45 UTC (rev 151890)
+++ branches/dfgFourthTier/Source/WTF/ChangeLog	2013-06-24 04:07:45 UTC (rev 151891)
@@ -1,3 +1,17 @@
+2013-06-23  Filip Pizlo  <[email protected]>
+
+        fourthTier: DFG should optimize identifier string equality
+        https://bugs.webkit.org/show_bug.cgi?id=117920
+
+        Reviewed by Sam Weinig.
+
+        Note that this ChangeLog was supposed to be committed in r151890.
+        
+        Expose the IsIdentifier bit to the JIT.
+        
+        * wtf/text/StringImpl.h:
+        (WTF::StringImpl::flagIsIdentifier):
+
 2013-06-21  Filip Pizlo  <[email protected]>
 
         fourthTier: Merge r146932 and 146933 so that we can profile from DumpRenderTree
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to