Changeset 278061 in webkit


Ignore:
Timestamp:
May 25, 2021 4:52:56 PM (3 years ago)
Author:
mark.lam@apple.com
Message:

Raise jitMemoryReservationSize for ftl-no-cjit-small-pool* tests.
https://bugs.webkit.org/show_bug.cgi?id=226205

Rubber-stamped by Saam Barati.

The bump to 75K didn't relieve the jsc EWS bot. Trying a bump to 100K this time.

  • Scripts/run-jsc-stress-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r278041 r278061  
     12021-05-25  Mark Lam  <mark.lam@apple.com>
     2
     3        Raise jitMemoryReservationSize for ftl-no-cjit-small-pool* tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=226205
     5
     6        Rubber-stamped by Saam Barati.
     7
     8        The bump to 75K didn't relieve the jsc EWS bot.  Trying a bump to 100K this time.
     9
     10        * Scripts/run-jsc-stress-tests:
     11
    1122021-05-25  Keith Miller  <keith_miller@apple.com>
    213
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r278041 r278061  
    847847
    848848def runFTLNoCJITSmallPool(*optionalTestSpecificOptions)
    849     run("ftl-no-cjit-small-pool", "--jitMemoryReservationSize=75000", *(FTL_OPTIONS + NO_CJIT_OPTIONS + optionalTestSpecificOptions))
     849    run("ftl-no-cjit-small-pool", "--jitMemoryReservationSize=102400", *(FTL_OPTIONS + NO_CJIT_OPTIONS + optionalTestSpecificOptions))
    850850end
    851851
     
    11551155    run("ftl-eager-modules", "-m", *(FTL_OPTIONS + EAGER_OPTIONS))
    11561156    run("ftl-eager-no-cjit-modules", "-m", "--validateGraph=true", *(FTL_OPTIONS + NO_CJIT_OPTIONS + EAGER_OPTIONS))
    1157     run("ftl-no-cjit-small-pool-modules", "-m", "--jitMemoryReservationSize=75000", *(FTL_OPTIONS + NO_CJIT_OPTIONS))
     1157    run("ftl-no-cjit-small-pool-modules", "-m", "--jitMemoryReservationSize=102400", *(FTL_OPTIONS + NO_CJIT_OPTIONS))
    11581158end
    11591159
Note: See TracChangeset for help on using the changeset viewer.