source: webkit/trunk/JavaScriptCore/interpreter/Interpreter.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46598   16 years ggaren Merged nitro-extreme branch into trunk.
(edit) @45903   16 years oliver REGRESSION(43559): fast/js/kde/arguments-scope.html fails with …
(edit) @45694   16 years oliver Build fix
(edit) @45693   16 years oliver Bug 27016 - Interpreter crashes due to invalid array indexes …
(edit) @45609   16 years barraclough JavaScriptCore: 2009-07-07 Gavin Barraclough …
(edit) @45370   16 years ddkilzer 2009-06-30 Gabor Loki <[email protected]> Reviewed by …
(edit) @45307   16 years oliver <rdar://problem/7009684> REGRESSION(r45039): Crashes inside …
(edit) @45039   16 years oliver <rdar://problem/6992806> REGRESSION: Enumeration can skip new …
(edit) @44923   16 years oliver Bug 26587: Support JSON.parse …
(edit) @44705   16 years barraclough 2009-06-15 Gavin Barraclough <[email protected]> …
(edit) @44088   16 years oliver Remove interpreter specific logic from the JIT builds Reviewed by …
(edit) @44076   16 years barraclough 2009-05-21 Gavin Barraclough <[email protected]> …
(edit) @44030   16 years barraclough 2009-05-21 Gavin Barraclough <[email protected]> …
(edit) @44016   16 years oliver <rdar://problem/6910264> REGRESSION: Cached DOM global object property …
(edit) @43839   16 years barraclough 2009-05-18 Jan Michael Alonzo <[email protected]> …
(edit) @43837   16 years barraclough 2009-05-15 Gavin Barraclough <[email protected]> …
(edit) @43661   16 years darin JavaScriptCore: 2009-05-13 Darin Adler <Darin Adler> …
(edit) @43642   16 years darin JavaScriptCore: 2009-05-13 Darin Adler <Darin Adler> …
(edit) @43560   16 years barraclough JavaScriptCore: 2009-05-12 Gavin Barraclough …
(edit) @43559   16 years oliver Improve function call forwarding performance Reviewed by Gavin …
(edit) @43424   16 years oliver Add a limited literal parser for eval to handle object and array …
(edit) @43401   16 years cwzwarich 2009-05-08 Cameron Zwarich <[email protected]> …
(edit) @43331   16 years barraclough 2009-05-06 Gavin Barraclough <[email protected]> …
(edit) @43220   16 years oliver Bug 25559: Improve native function call performance …
(edit) @43153   16 years ggaren JavaScriptCore: 2009-05-02 Geoffrey Garen <[email protected]> …
(edit) @43122   16 years ggaren JavaScriptCore: 2009-05-01 Geoffrey Garen <[email protected]> …
(edit) @43121   16 years ggaren 2009-05-01 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @42989   16 years ggaren JavaScriptCore: 2009-04-28 Geoffrey Garen <[email protected]> …
(edit) @42734   16 years ggaren 2009-04-21 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @42538   16 years oliver Move CallFrameClosure from inside the Interpreter class to its own …
(edit) @42537   16 years oliver Bug 25202: Improve performance of repeated callbacks into the VM …
(edit) @42337   16 years oliver Improve function.apply performance Reviewed by Geoff Garen. Jump …
(edit) @42065   16 years oliver Improve performance of Function.prototype.call …
(edit) @41999   16 years oliver Fix exception handling for instanceof in the interpreter. Reviewed by …
(edit) @41277   16 years barraclough JavaScriptCore: 2009-02-26 Gavin Barraclough …
(edit) @41232   16 years ggaren JavaScriptCore: 2009-02-25 Geoffrey Garen <[email protected]> …
(edit) @41168   16 years ggaren 2009-02-23 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @41126   16 years ggaren JavaScriptCore: 2009-02-22 Geoffrey Garen <[email protected]> …
(edit) @41100   16 years ggaren 2009-02-19 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @41089   16 years barraclough 2009-02-19 Gavin Barraclough <[email protected]> …
(edit) @40846   16 years barraclough 2009-02-10 Gavin Barraclough <[email protected]> …
(edit) @40813   16 years barraclough 2009-02-09 Gavin Barraclough <[email protected]> …
(edit) @40396   16 years cwzwarich 2009-01-29 Cameron Zwarich <[email protected]> …
(edit) @40111   16 years barraclough JavaScriptCore: 2009-01-21 Gavin Barraclough …
(edit) @40108   16 years barraclough 2009-01-21 Gavin Barraclough <[email protected]> …
(edit) @40046   16 years weinig JavaScriptCore: 2009-01-19 Sam Weinig <[email protected]> …
(edit) @39958   16 years barraclough 2009-01-15 Gavin Barraclough <[email protected]> …
(edit) @39871   16 years mrowe https://bugs.webkit.org/show_bug.cgi?id=23290 Fix …
(edit) @39851   16 years barraclough JavaScriptCore: 2009-01-12 Gavin Barraclough …
(edit) @39800   16 years oliver build fix
(edit) @39799   16 years oliver Bug 23128: get/put_by_val need to respecialise in the face of …
(edit) @39798   16 years oliver Fix exception check for string indexing Reviewed by Anders Carlsson. …
(edit) @39796   16 years oliver Bug 23128: get/put_by_val need to respecialise in the face of …
(edit) @39752   16 years weinig 2009-01-09 Sam Weinig <[email protected]> Roll r39720 back in …
(edit) @39737   16 years weinig 2009-01-08 Sam Weinig <[email protected]> Revert r39720. It …
(edit) @39720   16 years weinig 2009-01-08 Sam Weinig <[email protected]> Reviewed by Oliver …
(edit) @39697   16 years weinig 2009-01-07 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39670   16 years barraclough JavaScriptCore: 2009-01-05 Gavin Barraclough <[email protected]> …
(edit) @39660   16 years oliver <https://bugs.webkit.org/show_bug.cgi?id=23085> [jsfunfuzz] Over …
(edit) @39631   16 years alice.liu 2009-01-05 Oliver Hunt <[email protected]> Windows build …
(edit) @39625   16 years oliver CanvasPixelArray performance is too slow …
(edit) @39571   16 years oliver Build fix. Include FrameState.h
(edit) @39525   16 years cwzwarich 2008-12-31 Cameron Zwarich <[email protected]> …
(edit) @39524   16 years oliver <https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With …
(edit) @39440   16 years weinig 2008-12-22 Sam Weinig <[email protected]> Reviewed by Gavin …
(edit) @39380   16 years barraclough 2008-12-18 Gavin Barraclough <[email protected]> …
(edit) @39377   16 years cwzwarich 2008-12-18 Cameron Zwarich <[email protected]> Reviewed by …
(edit) @39374   16 years ggaren JavaScriptCore: 2008-12-17 Geoffrey Garen <[email protected]> …
(edit) @39370   16 years barraclough 2008-12-17 Gavin Barraclough <[email protected]> …
(edit) @39354   16 years weinig 2008-12-16 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39351   16 years weinig 2008-12-16 Sam Weinig <[email protected]> Reviewed by Gavin …
(edit) @39342   16 years barraclough 2008-12-16 Gavin Barraclough <[email protected]> …
(edit) @39329   16 years ap Reviewed by Darin Adler. <rdar://problem/6445089> Mach ports …
(edit) @39265   16 years weinig 2008-12-12 Sam Weinig <[email protected]> Reviewed by Cameron …
(edit) @39252   16 years weinig 2008-12-12 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39229   16 years weinig 2008-12-11 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39197   16 years barraclough 2008-12-10 Gavin Barraclough <[email protected]> …
(edit) @39182   16 years weinig 2008-12-10 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39161   16 years barraclough 2008-12-09 Gavin Barraclough <[email protected]> …
(edit) @39156   16 years weinig 2008-12-09 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39141   16 years cwzwarich 2008-12-08 Judit Jasz <[email protected]> Reviewed and …
(edit) @39123   16 years weinig 2008-12-08 Sam Weinig <[email protected]> Reviewed by Cameron …
(edit) @39083   16 years oliver <rdar://problem/6309878> Need more granular control over allocation of …
(edit) @39070   16 years weinig 2008-12-05 Sam Weinig <[email protected]> Reviewed by Cameron …
(edit) @39039   16 years barraclough 2008-12-05 Gavin Barraclough <[email protected]> …
(edit) @39038   16 years weinig 2008-12-05 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @38975   16 years weinig 2008-12-03 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @38917   16 years ggaren 2008-12-02 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38839   16 years barraclough 2008-11-29 Gavin Barraclough <[email protected]> …
(edit) @38825   16 years weinig 2008-11-27 Sam Weinig <[email protected]> Reviewed by Cameron …
(edit) @38763   17 years barraclough 2008-11-24 Gavin Barraclough <[email protected]> …
(edit) @38688   17 years barraclough 2008-11-21 Gavin Barraclough <[email protected]> …
(edit) @38652   17 years barraclough 2008-11-19 Gavin Barraclough <[email protected]> …
(edit) @38576   17 years mitz - try to fix the Windows build * interpreter/Interpreter.cpp: …
(edit) @38572   17 years ggaren 2008-11-18 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38531   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38528   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(copy) @38512   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
copied from trunk/JavaScriptCore/VM/Machine.cpp
(edit) @38511   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
Note: See TracRevisionLog for help on using the revision log.