[webkit-changes] [89641] trunk/Source/JavaScriptCore

2011-06-23 Thread oliver
Modified: trunk/Source/_javascript_Core/ChangeLog (89640 => 89641) --- trunk/Source/_javascript_Core/ChangeLog 2011-06-24 00:22:13 UTC (rev 89640) +++ trunk/Source/_javascript_Core/ChangeLog 2011-06-24 00:28:54 UTC (rev 89641) @@ -1,5 +1,12 @@ 2011-06-23 Oliver Hunt oli...@apple.com +Fix

[webkit-changes] [89371] trunk/Source/JavaScriptCore

2011-06-21 Thread oliver
Title: [89371] trunk/Source/_javascript_Core Revision 89371 Author oli...@apple.com Date 2011-06-21 12:30:31 -0700 (Tue, 21 Jun 2011) Log Message 2011-06-21 Oliver Hunt oli...@apple.com Reviewed by Alexey Proskuryakov. REGRESSION(r89257): It broke 2 jscore tests

[webkit-changes] [89281] trunk

2011-06-20 Thread oliver
Title: [89281] trunk Revision 89281 Author oli...@apple.com Date 2011-06-20 12:46:23 -0700 (Mon, 20 Jun 2011) Log Message 2011-06-20 Oliver Hunt oli...@apple.com Reviewed by Darin Adler. REGRESSION (r79060): Searching for a flight at united.com fails https

[webkit-changes] [89219] trunk/Source/JavaScriptCore

2011-06-19 Thread oliver
Title: [89219] trunk/Source/_javascript_Core Revision 89219 Author oli...@apple.com Date 2011-06-19 12:47:45 -0700 (Sun, 19 Jun 2011) Log Message 2011-06-17 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. JSONP is unnecessarily slow https

[webkit-changes] [89226] trunk/Source/JavaScriptCore

2011-06-19 Thread oliver
/Interpreter.cpp Diff Modified: trunk/Source/_javascript_Core/ChangeLog (89225 => 89226) --- trunk/Source/_javascript_Core/ChangeLog 2011-06-20 02:44:31 UTC (rev 89225) +++ trunk/Source/_javascript_Core/ChangeLog 2011-06-20 02:57:36 UTC (rev 89226) @@ -1,3 +1,10 @@ +2011-06-19 Oliver Hunt

[webkit-changes] [89184] trunk/Source/JavaScriptCore

2011-06-17 Thread oliver
Title: [89184] trunk/Source/_javascript_Core Revision 89184 Author oli...@apple.com Date 2011-06-17 21:25:57 -0700 (Fri, 17 Jun 2011) Log Message 2011-06-17 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. JSONP is unnecessarily slow https

[webkit-changes] [89058] trunk/Source/JavaScriptCore

2011-06-16 Thread oliver
Title: [89058] trunk/Source/_javascript_Core Revision 89058 Author oli...@apple.com Date 2011-06-16 12:30:57 -0700 (Thu, 16 Jun 2011) Log Message 2011-06-15 Oliver Hunt oli...@apple.com Reviewed by Geoffrey Garen. Reduce memory usage of resolve_global https

[webkit-changes] [88962] trunk/Source/JavaScriptCore

2011-06-15 Thread oliver
Title: [88962] trunk/Source/_javascript_Core Revision 88962 Author oli...@apple.com Date 2011-06-15 11:27:10 -0700 (Wed, 15 Jun 2011) Log Message 2011-06-15 Oliver Hunt oli...@apple.com Reviewed by Sam Weinig. Reduce the size of global_resolve https

[webkit-changes] [88974] trunk

2011-06-15 Thread oliver
Title: [88974] trunk Revision 88974 Author oli...@apple.com Date 2011-06-15 14:46:13 -0700 (Wed, 15 Jun 2011) Log Message 2011-06-15 Oliver Hunt oli...@apple.com Reviewed by Darin Adler. REGRESSION (r88719): 5by5.tv schedule is not visible https

[webkit-changes] [88841] trunk/Source/JavaScriptCore

2011-06-14 Thread oliver
Title: [88841] trunk/Source/_javascript_Core Revision 88841 Author oli...@apple.com Date 2011-06-14 12:10:20 -0700 (Tue, 14 Jun 2011) Log Message 2011-06-14 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Constant array literals result in unnecessarily

[webkit-changes] [88873] trunk/Source/JavaScriptCore

2011-06-14 Thread oliver
Title: [88873] trunk/Source/_javascript_Core Revision 88873 Author oli...@apple.com Date 2011-06-14 16:39:25 -0700 (Tue, 14 Jun 2011) Log Message 2011-06-14 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Constant array literals result in unnecessarily

[webkit-changes] [88668] trunk/Source/JavaScriptCore

2011-06-13 Thread oliver
Title: [88668] trunk/Source/_javascript_Core Revision 88668 Author oli...@apple.com Date 2011-06-13 12:09:32 -0700 (Mon, 13 Jun 2011) Log Message 2011-06-13 Oliver Hunt oli...@apple.com Reviewed by Simon Fraser. Make it possible to inline Identifier::equal

[webkit-changes] [88719] trunk/Source/JavaScriptCore

2011-06-13 Thread oliver
Title: [88719] trunk/Source/_javascript_Core Revision 88719 Author oli...@apple.com Date 2011-06-13 15:38:22 -0700 (Mon, 13 Jun 2011) Log Message 2011-06-13 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Make it possible to inline the common case

[webkit-changes] [88724] trunk/Source/JavaScriptCore

2011-06-13 Thread oliver
Title: [88724] trunk/Source/_javascript_Core Revision 88724 Author oli...@apple.com Date 2011-06-13 15:46:21 -0700 (Mon, 13 Jun 2011) Log Message 2011-06-13 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Fix llocp and lvalp names in the lexer to something

[webkit-changes] [88094] trunk/Source/JavaScriptCore

2011-06-04 Thread oliver
Title: [88094] trunk/Source/_javascript_Core Revision 88094 Author oli...@apple.com Date 2011-06-03 23:15:43 -0700 (Fri, 03 Jun 2011) Log Message 2011-06-03 Oliver Hunt oli...@apple.com Reviewed by Maciej Stachowiak. Lexer needs to provide Identifier for reserved

[webkit-changes] [88076] trunk/Source/JavaScriptCore

2011-06-03 Thread oliver
Title: [88076] trunk/Source/_javascript_Core Revision 88076 Author oli...@apple.com Date 2011-06-03 16:30:22 -0700 (Fri, 03 Jun 2011) Log Message 2011-06-03 Oliver Hunt oli...@apple.com Reviewed by Geoffrey Garen. Improve keyword lookup https://bugs.webkit.org

[webkit-changes] [87838] trunk/Source/JavaScriptCore

2011-06-01 Thread oliver
Title: [87838] trunk/Source/_javascript_Core Revision 87838 Author oli...@apple.com Date 2011-06-01 13:09:04 -0700 (Wed, 01 Jun 2011) Log Message 2011-06-01 Oliver Hunt oli...@apple.com Reviewed by Geoffrey Garen. Add single character lookup cache to IdentifierArena

[webkit-changes] [87345] trunk/Source

2011-05-25 Thread oliver
rce/_javascript_Core/ChangeLog 2011-05-26 01:08:57 UTC (rev 87345) @@ -1,5 +1,9 @@ 2011-05-25 Oliver Hunt oli...@apple.com +Revert last change, something weird happened when I went to land. + +2011-05-25 Oliver Hunt oli...@apple.com + Reviewed by Geoffrey Garen. M

[webkit-changes] [87346] trunk/Source

2011-05-25 Thread oliver
Title: [87346] trunk/Source Revision 87346 Author oli...@apple.com Date 2011-05-25 18:12:46 -0700 (Wed, 25 May 2011) Log Message 2011-05-25 Oliver Hunt oli...@apple.com Reviewed by Geoffrey Garen. Make RegExp GC allocated https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [87177] trunk/Source/JavaScriptCore

2011-05-24 Thread oliver
Title: [87177] trunk/Source/_javascript_Core Revision 87177 Author oli...@apple.com Date 2011-05-24 11:49:18 -0700 (Tue, 24 May 2011) Log Message 2011-05-24 Oliver Hunt oli...@apple.com Reviewed by Geoffrey Garen. Avoid creating unnecessary identifiers and strings

[webkit-changes] [87190] trunk/Source/JavaScriptCore

2011-05-24 Thread oliver
Title: [87190] trunk/Source/_javascript_Core Revision 87190 Author oli...@apple.com Date 2011-05-24 12:39:47 -0700 (Tue, 24 May 2011) Log Message 2011-05-24 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Interpreter crashes with gc validation enabled due

[webkit-changes] [86999] trunk/Source/JavaScriptCore

2011-05-20 Thread oliver
Title: [86999] trunk/Source/_javascript_Core Revision 86999 Author oli...@apple.com Date 2011-05-20 16:20:48 -0700 (Fri, 20 May 2011) Log Message 2011-05-20 Oliver Hunt oli...@apple.com Reviewed by Gavin Barraclough. Reduce size of inline cache path of get_by_id

<    2   3   4   5   6   7