[webkit-changes] [WebKit/WebKit] 905eb8: Remove code skipping some JSC tests on mips

aoikonomopoulos noreply at github.com
Tue Feb 13 14:22:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 905eb824d6179f9d185f583e3d562751eb543096
      https://github.com/WebKit/WebKit/commit/905eb824d6179f9d185f583e3d562751eb543096
  Author: Angelos Oikonomopoulos <angelos at igalia.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M JSTests/microbenchmarks/array-from-derived-object-func.js
    M JSTests/microbenchmarks/delete-property-allocation-sinking.js
    M JSTests/microbenchmarks/delete-property-keeps-cacheable-structure.js
    M JSTests/microbenchmarks/large-empty-array-join-resolve-rope.js
    M JSTests/microbenchmarks/large-empty-array-join.js
    M JSTests/microbenchmarks/let-const-tdz-environment-parsing-and-hash-consing-speed.js
    M JSTests/microbenchmarks/sinkable-new-object-with-builtin-constructor.js
    M JSTests/microbenchmarks/u16-string-index-of-1000001-404.js
    M JSTests/microbenchmarks/u16-string-index-of-1000001-beg.js
    M JSTests/microbenchmarks/u16-string-index-of-1000001-end.js
    M JSTests/microbenchmarks/u16-string-index-of-1000001-mid.js
    M JSTests/stress/call-apply-exponential-bytecode-size.js
    M JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js
    M JSTests/stress/checkpoint-osr-exit-needs-to-reload-baseline-jit-constant-pool-gpr.js
    M JSTests/stress/elidable-new-object-roflcopter-then-exit.js
    M JSTests/stress/generator-cell-with-type.js
    M JSTests/stress/hash-deleted-value-cell-32.js
    M JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js
    M JSTests/stress/materialize-regexp-cyclic-regexp.js
    M JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js
    M JSTests/stress/new-largeish-contiguous-array-with-size.js
    M JSTests/stress/sampling-profiler-wasm-name-section.js
    M JSTests/typeProfiler/deltablue-for-of.js
    M JSTests/typeProfiler/getter-richards.js
    M PerformanceTests/SunSpider/with-baseline-code-sharing.yaml

  Log Message:
  -----------
  Remove code skipping some JSC tests on mips
https://bugs.webkit.org/show_bug.cgi?id=269294

Unreviewed.

JSC no longer explicitly supports MIPS, no need to make accommodations
for it any more.

* JSTests/microbenchmarks/array-from-derived-object-func.js:
* JSTests/microbenchmarks/delete-property-allocation-sinking.js:
* JSTests/microbenchmarks/delete-property-keeps-cacheable-structure.js:
* JSTests/microbenchmarks/large-empty-array-join-resolve-rope.js:
* JSTests/microbenchmarks/large-empty-array-join.js:
* JSTests/microbenchmarks/let-const-tdz-environment-parsing-and-hash-consing-speed.js:
* JSTests/microbenchmarks/sinkable-new-object-with-builtin-constructor.js:
* JSTests/microbenchmarks/u16-string-index-of-1000001-404.js:
* JSTests/microbenchmarks/u16-string-index-of-1000001-beg.js:
* JSTests/microbenchmarks/u16-string-index-of-1000001-end.js:
* JSTests/microbenchmarks/u16-string-index-of-1000001-mid.js:
* JSTests/stress/call-apply-exponential-bytecode-size.js:
* JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js:
* JSTests/stress/checkpoint-osr-exit-needs-to-reload-baseline-jit-constant-pool-gpr.js:
* JSTests/stress/elidable-new-object-roflcopter-then-exit.js:
* JSTests/stress/generator-cell-with-type.js:
* JSTests/stress/hash-deleted-value-cell-32.js:
* JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js:
* JSTests/stress/materialize-regexp-cyclic-regexp.js:
* JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js:
* JSTests/stress/new-largeish-contiguous-array-with-size.js:
* JSTests/stress/sampling-profiler-wasm-name-section.js:
* JSTests/typeProfiler/deltablue-for-of.js:
* JSTests/typeProfiler/getter-richards.js:
* PerformanceTests/SunSpider/with-baseline-code-sharing.yaml:

Canonical link: https://commits.webkit.org/274577@main




More information about the webkit-changes mailing list