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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53516   15 years bweinstein JavaScriptCore: When JavaScriptCore calls Debugger::Exception, have it …
(edit) @53341   15 years ggaren 2010-01-14 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @52231   15 years ggaren Fixed <rdar://problem/7355025> Interpreter::privateExecute macro …
(edit) @51964   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32367 Add support for short …
(edit) @51801   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32184 Handle out-of-memory …
(edit) @51735   15 years mjs 2009-12-05 Maciej Stachowiak <[email protected]> Reviewed by …
(edit) @51671   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32136 Add a rope …
(edit) @51424   16 years oliver Incorrect behaviour of jneq_null in the interpreter …
(edit) @51128   16 years oliver Interpreter may do an out of range access when throwing an exception …
(edit) @50916   16 years oliver Rollout r50896 until i can work out why it causes failures.
(edit) @50896   16 years oliver Start unifying entry logic for function and eval code. Reviewed by …
(edit) @50704   16 years oliver Can cache prototype lookups on uncacheable dictionaries. …
(edit) @50675   16 years eric 2009-11-09 Laszlo Gombos <Laszlo Gombos> …
(edit) @50608   16 years ggaren Rolled back in r50590 with Windows build hopefully fixed.
(edit) @50591   16 years ggaren Rolled out r50590 because it doesn't build on Windows.
(edit) @50590   16 years ggaren JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=31197
(edit) @50443   16 years oliver REGRESSION (r48573): JSC may incorrectly cache chain lookups with a …
(edit) @50254   16 years oliver Improve for..in enumeration performance …
(edit) @49734   16 years ggaren Rolled back in r49717 with the build maybe working now?
(edit) @49726   16 years mrowe Roll out r49717 as it broke the build.
(edit) @49717   16 years ggaren Fast for-in enumeration: Cache JSPropertyNameIterator; cache JSStrings …
(edit) @49409   16 years ggaren Eliminated some legacy bytecode weirdness. Patch by Geoffrey …
(edit) @48905   16 years oliver Tidy up codeblock sampler …
(edit) @48774   16 years ggaren JavaScriptCore: Inlined some object creation code, including …
(edit) @48590   16 years oliver REGRESSION (r48582): Crash in StructureStubInfo::initPutByIdTransition …
(edit) @48582   16 years oliver Re-land SNES fix, with correct assertion RS=Maciej Stachowiak
(edit) @48580   16 years aroben Revert r48573, as it caused many assertion failures
(edit) @48573   16 years oliver SNES is too slow https://bugs.webkit.org/show_bug.cgi?id=29534
(edit) @48542   16 years oliver Implement ES5 Object.defineProperty function …
(edit) @47738   16 years barraclough https://bugs.webkit.org/show_bug.cgi?id=28691 Do not retain ScopeNodes …
(edit) @47641   16 years barraclough Restructure Executable types so that host functions do not hold a …
(edit) @47627   16 years oliver Browser hangs on opening Web Inspector. …
(edit) @47519   16 years barraclough We probably shouldn't be keeping the AST for eval nodes around …
(edit) @47412   16 years barraclough No, silly runtime, AST nodes are not for you. Reviewed by Sam Weinig. …
(edit) @47405   16 years mrowe Fix 300,000+ leaks seen during the regression tests. Reviewed by …
(edit) @47304   16 years barraclough Remove AST nodes from use within the Runtime (outside of parsing), …
(edit) @47288   16 years darin JavaScriptCore: Rename the confusing isObject(<class>) to …
(edit) @47183   16 years barraclough Ooops - moved code that had been accidentally added to op_new_func …
(edit) @47089   16 years barraclough JavaScriptCore: Restrict use of FuncDeclNode & FuncExprNode to the …
(edit) @46766   16 years ben 2009-08-04 Benjamin C Meyer <[email protected]> …
(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 …
Note: See TracRevisionLog for help on using the revision log.