Results (541 - 550 of 3373)
- [202244]: LLInt64 Float64 get_by_val doesn't purify NaN ...
- LLInt64 Float64 get_by_val doesn't purify NaN https://bugs.webkit.org/show_bug.cgi?id=158956 Reviewed by Michael Saboff. * llint/LowLevelInterpreter64.asm: Fix the bug. * tests/stress/float64-array-nan-inlined.js: Make this test also run ...
- By Jun 20, 2016, 2:25:33 PM —
- [202205]: REGRESSION(concurrent baseline JIT): Kraken/ai-astar runs 20% slower ...
- REGRESSION(concurrent baseline JIT): Kraken/ai-astar runs 20% slower https://bugs.webkit.org/show_bug.cgi?id=158906 Reviewed by Benjamin Poulain. The concurrent baseline JIT was a 2-3% progression on JSBench, possibly a 1% progre ...
- By Jun 19, 2016, 9:42:18 AM —
- [202157]: Baseline JIT should be concurrent ...
- Baseline JIT should be concurrent https://bugs.webkit.org/show_bug.cgi?id=158755 Reviewed by Geoffrey Garen. Source/JavaScriptCore: This makes the baseline JIT concurrent. We want it to be concurrent because it takes up about 1% ...
- By Jun 16, 2016, 9:48:47 PM —
- [202141]: Kraken/stanford-crypto-pbkdf2.js sometimes crashes with an OSR ...
- Kraken/stanford-crypto-pbkdf2.js sometimes crashes with an OSR assertion in FTL https://bugs.webkit.org/show_bug.cgi?id=158850 Reviewed by Keith Miller. Bytecode liveness was incorrectly claiming that all tail-deleted locals are ...
- By Jun 16, 2016, 3:18:06 PM —
- [202007]: FTL::Output methods should be out-of-line whenever possible ...
- FTL::Output methods should be out-of-line whenever possible https://bugs.webkit.org/show_bug.cgi?id=158704 Reviewed by Benjamin Poulain. These methods turn into a non-trivial amount of code because of the template-based B3 API. I ...
- By Jun 13, 2016, 3:17:50 PM —
- [201996]: Fix round-down goof in Air.js's ShuffleCustom.forEachArg ...
- Fix round-down goof in Air.js's ShuffleCustom.forEachArg https://bugs.webkit.org/show_bug.cgi?id=158674 Reviewed by Michael Saboff. x / 3 * 3 is not how you round down to multiples of 3 in JavaScript. You need to do Math.floor(x ...
- By Jun 13, 2016, 11:08:36 AM —
- [201975]: Unreviewed, skip Air.js. It got unskipped when I renamed it from ...
- Unreviewed, skip Air.js. It got unskipped when I renamed it from JSAir. * Skipped:
- By Jun 11, 2016, 12:48:48 PM —
- [201961]: Make it easy to package Air.js ...
- Make it easy to package Air.js https://bugs.webkit.org/show_bug.cgi?id=158652 Reviewed by Benjamin Poulain. If you want to give Air.js to someone, you can now do: cd PerformanceTests/Air.js ./make_dist.sh This w ...
- By Jun 10, 2016, 6:52:58 PM —
- [201960]: Unreviewed, make the link to test.html into an actual link. * ...
- Unreviewed, make the link to test.html into an actual link. * Air.js/README.md:
- By Jun 10, 2016, 6:32:47 PM —
- [201959]: Fix some text in Air.js/README.md ...
- Fix some text in Air.js/README.md https://bugs.webkit.org/show_bug.cgi?id=158650 Reviewed by Benjamin Poulain. I read the text again and found bugs: - We never actually say how to run the benchmark. This change adds a bl ...
- By Jun 10, 2016, 6:20:21 PM —
Note:
See TracSearch
for help on searching.