Skip to content

Commit

Permalink
Ignore truffle-inlining warnings in prim packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 20, 2024
1 parent 7bbab55 commit e8a9598
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SuppressPackageWarnings({"truffle-inlining"})
package de.hpi.swa.trufflesqueak.nodes.plugins.network;

import com.oracle.truffle.api.dsl.SuppressPackageWarnings;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SuppressPackageWarnings({"truffle-inlining"})
package de.hpi.swa.trufflesqueak.nodes.plugins;

import com.oracle.truffle.api.dsl.SuppressPackageWarnings;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@SuppressPackageWarnings({"truffle-inlining"})
package de.hpi.swa.trufflesqueak.nodes.primitives.impl;

import com.oracle.truffle.api.dsl.SuppressPackageWarnings;

1 comment on commit e8a9598

@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 (e8a9598)

Benchmarks ran on 22.0.2-graal.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 516 538 518.95 517 518.94 103790 1.73
CD 488 501 491.25 489 491.24 98250 1.64
DeltaBlue 278 482 414.9 407.5 413.47 82979 1.38
Havlak 1122 1177 1152.22 1156 1152.16 230444 3.84
Json 381 390 384.02 382 384.01 76804 1.28
List 309 322 309.79 310 309.78 61957 1.03
Mandelbrot 127 146 127.83 127 127.81 25566 0.43
NBody 255 270 258.44 256 258.41 51687 0.86
Permute 162 181 163.05 162 163.03 32610 0.54
Queens 231 243 231.88 232 231.87 46375 0.77
Richards 1236 1252 1239.68 1238 1239.67 247935 4.13
Sieve 177 188 178.06 178 178.05 35611 0.59
Storage 142 152 144.21 143 144.19 28841 0.48
Towers 195 212 198.4 199 198.38 39679 0.66
5619 6054 5812.64 5796.5 5811 1162528 19.38

e8a9598-2-steady.svg

Warmup (first 100 iterations)

e8a9598-3-warmup.svg

Please sign in to comment.