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

Context Navigation



Results (431 - 440 of 3373)

← 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 →
[207475]: DFG and FTL should be able to use DirectCall ICs when they proved the ...
DFG and FTL should be able to use DirectCall ICs when they proved the callee or its executable https://bugs.webkit.org/show_bug.cgi?id=163371 Reviewed by Geoffrey Garen and Saam Barati. JSTests: Add microbenchmarks for all of th ...
By fpizlo@apple.com — Oct 18, 2016, 11:30:05 AM
[207434]: Air::IRC doesn't need to have a special-case for uncolored Tmps since ...
Air::IRC doesn't need to have a special-case for uncolored Tmps since they all get colored https://bugs.webkit.org/show_bug.cgi?id=163548 <rdar://problem/28804381> Reviewed by Geoffrey Garen. Before r207408, IRC had a mode where ...
By fpizlo@apple.com — Oct 17, 2016, 2:45:56 PM
[207408]: Air::IRC needs to place all Tmps on some worklist, even if they have ...
Air::IRC needs to place all Tmps on some worklist, even if they have no interference edges https://bugs.webkit.org/show_bug.cgi?id=163509 Reviewed by Mark Lam. The worklist building function in IRC skips temporaries that have no ...
By fpizlo@apple.com — Oct 17, 2016, 9:19:10 AM
[207263]: The blackening of CellState is a bad way of tracking if the object is ...
The blackening of CellState is a bad way of tracking if the object is being marked for the first time https://bugs.webkit.org/show_bug.cgi?id=163343 Reviewed by Mark Lam. When I first added the concept of NewGrey/OldGrey, I had t ...
By fpizlo@apple.com — Oct 12, 2016, 4:56:34 PM
[207230]: REGRESSION (r207179): ASSERTION FAILED: node.cell != previousCell ...
REGRESSION (r207179): ASSERTION FAILED: node.cell != previousCell https://bugs.webkit.org/show_bug.cgi?id=163337 Reviewed by Mark Lam. It turns out that HeapSnapshot was not down with revisiting. The concurrent GC is going to be ...
By fpizlo@apple.com — Oct 12, 2016, 12:01:21 PM
[207222]: Remove JITWriteBarrier.h ...
Remove JITWriteBarrier.h https://bugs.webkit.org/show_bug.cgi?id=163334 Reviewed by Mark Lam. I guess that the idea of JITWriteBarrier was to make sure that if you slap some heap pointer bits into machine code, then you better ex ...
By fpizlo@apple.com — Oct 12, 2016, 9:56:34 AM
[207179]: MarkedBlock should know what objects are live during marking ...
MarkedBlock should know what objects are live during marking https://bugs.webkit.org/show_bug.cgi?id=162309 Reviewed by Geoffrey Garen. Source/JavaScriptCore: It used to be that we would forget which objects are live the moment ...
By fpizlo@apple.com — Oct 11, 2016, 4:52:02 PM
[207164]: Air should be able to replace constant materializations with adds ...
Air should be able to replace constant materializations with adds https://bugs.webkit.org/show_bug.cgi?id=162749 Reviewed by Yusuke Suzuki. We have a lot of defenses against emitting code that materializes huge contants. But if w ...
By fpizlo@apple.com — Oct 11, 2016, 1:51:53 PM
[207163]: B3->Air lowering needs the same defenses in effectiveAddr() that it ...
B3->Air lowering needs the same defenses in effectiveAddr() that it has in tryAppendLea() https://bugs.webkit.org/show_bug.cgi?id=163264 Reviewed by Mark Lam. When writing the lea patch (r207039), I was very careful about how I c ...
By fpizlo@apple.com — Oct 11, 2016, 1:37:51 PM
[207039]: B3->Air lowering should be able to emit complex leas on x86 ...
B3->Air lowering should be able to emit complex leas on x86 https://bugs.webkit.org/show_bug.cgi?id=163234 Reviewed by Saam Barati. This adds comprehensive support for emitting lea on x86. When adding this, I found that ...
By fpizlo@apple.com — Oct 10, 2016, 8:39:05 PM
← 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple