WebKit Trac
  • Login
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (441 - 450 of 3373)

← 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 →
[207004]: Air should expose API for pinning registers ...
Air should expose API for pinning registers https://bugs.webkit.org/show_bug.cgi?id=163175 Reviewed by Keith Miller. You can now call Procedure::pinRegister(), or Code::pinRegister(), and it will make this register behave as foll ...
By fpizlo@apple.com — Oct 10, 2016, 10:12:34 AM
[207000]: B3 should know about mutable pinned registers ...
B3 should know about mutable pinned registers https://bugs.webkit.org/show_bug.cgi?id=163172 Reviewed by Keith Miller. If we have mutable pinned registers then we need to know which operations mutate them. At first I considered m ...
By fpizlo@apple.com — Oct 10, 2016, 9:45:15 AM
[206739]: B3 trapping memory accesses should be documented ...
B3 trapping memory accesses should be documented https://bugs.webkit.org/show_bug.cgi?id=162845 Reviewed by Geoffrey Garen. Source/JavaScriptCore: While writing some documentation, I found some small holes in the code. * b3/B3E ...
By fpizlo@apple.com — Oct 3, 2016, 11:36:55 AM
[206709]: Get rid of isMarkedOrNewlyAllocated ...
Get rid of isMarkedOrNewlyAllocated https://bugs.webkit.org/show_bug.cgi?id=162842 Reviewed by Dan Bernstein. This function has become dead code. This change removes it. * heap/CellContainer.h: * heap/CellContainerInlines.h: (JS ...
By fpizlo@apple.com — Oct 1, 2016, 2:14:19 PM
[206694]: B3 should support trapping memory accesses ...
B3 should support trapping memory accesses https://bugs.webkit.org/show_bug.cgi?id=162689 Reviewed by Geoffrey Garen. This adds a traps flag to B3::Kind. It also makes B3::Kind work more like Air::Kind, in the sense that it's a b ...
By fpizlo@apple.com — Sep 30, 2016, 5:08:28 PM
[206682]: B3::moveConstants should be able to edit code to minimize the number ...
B3::moveConstants should be able to edit code to minimize the number of constants https://bugs.webkit.org/show_bug.cgi?id=162764 Reviewed by Saam Barati. Source/JavaScriptCore: There are some interesting cases where we can reduc ...
By fpizlo@apple.com — Sep 30, 2016, 3:29:24 PM
[206642]: 64-bit LLInt needs to have a concurrency-aware barrier ...
64-bit LLInt needs to have a concurrency-aware barrier https://bugs.webkit.org/show_bug.cgi?id=162790 Reviewed by Mark Lam. In a concurrent GC the barrier definitely has to be after the store, not before it. * llint/LowLevelInterpreter6 ...
By fpizlo@apple.com — Sep 30, 2016, 10:02:46 AM
[206640]: Air should have a way of expressing additional instruction flags ...
Air should have a way of expressing additional instruction flags https://bugs.webkit.org/show_bug.cgi?id=162699 Reviewed by Mark Lam. Source/JavaScriptCore: This follows a similar change in B3 (r206595) and replaces Air::Opcode ...
By fpizlo@apple.com — Sep 30, 2016, 9:59:24 AM
[206628]: REGRESSION(r206555): It made Dromaeo/jslib-style-jquery.html crash ...
REGRESSION(r206555): It made Dromaeo/jslib-style-jquery.html crash https://bugs.webkit.org/show_bug.cgi?id=162721 Reviewed by Keith Miller. The put_by_id-in-put_by_val optimization had the write barrier in the wrong place and inc ...
By fpizlo@apple.com — Sep 29, 2016, 5:48:55 PM
[206595]: B3 opcodes should leave room for flags ...
B3 opcodes should leave room for flags https://bugs.webkit.org/show_bug.cgi?id=162692 Reviewed by Keith Miller. Source/JavaScriptCore: It used to be that the main thing that determined what a Value did was the opcode. The Opcode was how ...
By fpizlo@apple.com — Sep 29, 2016, 11:44:53 AM
← 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple