diff options
Diffstat (limited to 'results/scraper/fex/1798')
| -rw-r--r-- | results/scraper/fex/1798 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/fex/1798 b/results/scraper/fex/1798 new file mode 100644 index 000000000..ddbd6fe19 --- /dev/null +++ b/results/scraper/fex/1798 @@ -0,0 +1,9 @@ +Performance with short lived processes +I'm trying to run many short lived command-line processes under FEX (a pre-compiled embedded GCC toolchain) and I'm wondering if there are configuration options that I can tune to achieve the best performance. + +I saw a -20% improvement with an unpacked RootFS compared to squashfs, but performance is far from native (6s to compile an hello world). Are there other options that can be tuned for this use case? + +It's my (limited) understanding that the transpiled ARM binary is not cached between different runs by default, but I'm not sure if it can be enabled. How are these options supposed to be used? +<img width="210" alt="image" src="https://user-images.githubusercontent.com/317661/175352029-5e6aed6b-6f93-4921-93d6-c769ff69bb72.png"> + +Thanks! |