Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:patch

49         in non-debug builds with the sampling tool disabled. This patch
64 Fix a typo in the constant loading patch. Also, add a case for
216 This fixes handling for a 0 divisor relative to the last patch. Only an 0.2% speedup on SunSpider but
634 variable still remains, to be deleted in a followup patch.
636 * kjs/JSLock.cpp: (KJS::JSLock::JSLock): Disabled JSLock, to be deleted in a follow-up patch.
1197 Add support for decent error messages in JavaScript. This patch achieves this by providing
1387 This patch saves one register when invoking a function expression and/or
1434 at all. I hope to make this clearer in a future cleanup patch,
2472 that this patch fixes it.
2583 going to grow a lot soon and I wanted this to be a separate patch.
3392 any more, but an omissions an earlier version of this patch detected.
3714 This patch removes the RegisterFileStack abstraction and replaces it with
3725 This patch also changes the layout of the register file so that all call
7413 apply the patch to. Today, the win on regexp-dna was minimal, but the total win was whopping
7443 This is a cleaned up version of Sam's earlier patch to add an
7555 all of them should, but this will be a separate patch.
7762 Re-landing an independent part of a previously rolled out threading patch.
7831 - This patch removes the use of recursion for the sort functions.
8390 until they returned. This patch takes a conservative approach and
8507 Based on a patch by Oliver Hunt.
9059 Even with this patch the profiler will not be compiled in because we do
9139 Patch suggested by Mark Rowe. Rubber-stamped by Maciej.
9289 - This patch updatest the times of the visible nodes correctly, but to do
9535 Correct a comedy of errors present in my original patch to "fix"
9587 [Reapplying patch with previously missing files from r33553 -- Oliver]
9658 necessary. This patch covers the vast majority of situations, but there
9661 This patch also adds some missing cases to CodeBlock::dump().
9710 Unfortunately this initial allocation caused a regression of 0.2-0.3%, however this patch adds
10402 of this patch, I changed strictEqual to make clear the fact that it
10410 - fix some dumb mistakes in my last patch
10678 - fix accidental breakage from last patch
10927 This patch makes getters and setters work. It does this by
12415 Simple refactoring and extension of Cameron's AssignErrorNode, etc patch
12485 Simple patch, adds line number information metadata to CodeBlock
12516 This patch just a preparation for tracking line numbers.
12531 This patch replaces the current partial finally support (which uses code
13875 a given symbol is declared more than once. (This patch fixes the same
15114 Everything in this patch is simply the result of experiment.
17092 "storage types", which is no longer used. Will do in a separate patch.
17234 Patch by George Dicker and Michael Kahl. Reviewed by Darin.
17291 Original patch by Justin Haygood, tweaked by me.
19255 as well. So this patch adds that functionality.
19463 * tests/mozilla/expected.html: This patch happens to fix a Mozilla JS
20589 patch is a ~3X speedup in cached page creation, and a 9% speedup overall.)
20646 Patch for http://bugs.webkit.org/show_bug.cgi?id=17025
20873 (I think I mentioned this during patch review) and used an early exit so that
21446 patch (r29425) that can occur when an ExecState's m_callingExec is
21707 Patch written by Darin, reviewed by me.
21912 Fixes a problem with the ActivationImp tear-off patch (r29425) where
22145 To make this patch easy to merge, I didn't actually delete this file
22831 - EmptyStatementNodes can be removed entirely (also done in this patch)
22834 This patch also includes some code cleanup:
22985 an old version of my patch for bug 16471.
23037 This is a proof of concept patch that demonstrates how to optimize
23146 Same patch as last time with the test failures problem fixed.
23318 an earlier version of this patch, even though it's not used anymore.
23421 Patch by David Kilzer <ddkilzer@webkit.org>
23890 SunSpider says this patch is a .8% speedup, which seems reasonable,
24297 a .7% regression, but Shark sees no difference related to this patch,
26084 Best part about this patch? It doesn't break the web!
26833 - roll out a last-minute change to my evaluateToBoolean patch that was incorrect.
27678 Fix previous patch to use a 3 bit shift, a 16 bit shift causes a regression in sunspider.
28843 Some small tweaks that I notice while reviewing Oliver's last patch.
29166 Most of this patch is just scaffolding to support iterating all the
29235 This patch removes 4 node types: GroupNode, PropertyNameNode,
29967 Rolled out my last patch. It turns out that I needed 2 words, not 1,
30299 regression in a patch I haven't checked in yet.)
30564 I used in my patch yesterday.
30602 This patch fixes correctness, but will surely slow down SunSpider.
31331 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
31343 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
31361 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
31412 This patch is a merge of KDE r670547, with substantial modification