Skip to content

Commit

Permalink
Increase INLINE_BLOCK_CACHE_LIMIT to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 11, 2025
1 parent 59950b3 commit be48d14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public final class CacheLimits {
public static final int INLINE_METHOD_CACHE_LIMIT = 5;
public static final int INLINE_BLOCK_CACHE_LIMIT = 3;
public static final int INLINE_BLOCK_CACHE_LIMIT = 4;
public static final int PERFORM_SELECTOR_CACHE_LIMIT = 4;
public static final int INDIRECT_PRIMITIVE_CACHE_LIMIT = 2;
}

2 comments on commit be48d14

@TruffleSqueak-Bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance Report (be48d14)

Benchmarks ran on 23.0.2-graal.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 524 547 528.29 525 528.27 105659 1.76
CD 599 620 605.1 601 605.07 121020 2.02
DeltaBlue 268 390 353.87 356.5 353.38 70774 1.18
Havlak 1248 1321 1289.72 1292 1289.64 257945 4.3
Json 379 394 382.95 380 382.91 76589 1.28
List 369 461 371.3 370 371.23 74260 1.24
Mandelbrot 130 158 131.12 130 131.06 26223 0.44
NBody 245 265 248.95 246 248.9 49790 0.83
Permute 232 247 235.28 233 235.23 47056 0.78
Queens 224 260 227.75 226 227.67 45549 0.76
Richards 810 827 814.01 811 813.99 162801 2.71
Sieve 176 202 177.11 176 177.08 35422 0.59
Storage 191 208 194.63 192 194.55 38926 0.65
Towers 231 254 232.71 232 232.68 46541 0.78
5626 6154 5792.78 5770.5 5791.65 1158555 19.31

be48d14-2-steady.svg

Warmup (first 100 iterations)

be48d14-3-warmup.svg

@TruffleSqueak-Bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance Report (be48d14)

Benchmarks ran on 23.0.2-graal.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 517 535 521.41 518 521.38 104282 1.74
CD 590 610 596.16 592 596.12 119232 1.99
DeltaBlue 183 332 265.65 265 265.41 53129 0.89
Havlak 1251 1320 1292.83 1295 1292.75 258565 4.31
Json 353 417 357.61 354 357.54 71522 1.19
List 369 421 380.6 380 380.57 76119 1.27
Mandelbrot 130 155 131.13 130 131.07 26225 0.44
NBody 244 267 248.88 246 248.81 49775 0.83
Permute 235 250 238 236 237.96 47600 0.79
Queens 220 256 222.85 222 222.79 44569 0.74
Richards 811 838 820.29 819 820.27 164058 2.73
Sieve 176 208 176.99 176 176.96 35398 0.59
Storage 190 204 194.55 191 194.48 38909 0.65
Towers 227 309 229.11 228 229.03 45822 0.76
5496 6122 5676.03 5652 5675.14 1135205 18.92

be48d14-2-steady.svg

Warmup (first 100 iterations)

be48d14-3-warmup.svg

Please sign in to comment.