Bug 1921425 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Tarek Ziadé (:tarek) from comment #9)

> For example some task might be doing inference in less than 3 seconds total and finish and get removed, so for them running Ion would be useless

Currently, there is (HTTP) caching logic is present. If everything set right, no Ion/baseline compilation shall happen at all, just loading of machine code. We cache only Ion compiled code, which is more compact in comparison with baseline one.
(In reply to Tarek Ziadé (:tarek) from comment #9)

> For example some task might be doing inference in less than 3 seconds total and finish and get removed, so for them running Ion would be useless

Currently, there is (HTTP) caching logic present. If everything set right, no Ion/baseline compilation shall happen at all, just loading of machine code. We cache only Ion compiled code, which is more compact in comparison with baseline one.

Back to Bug 1921425 Comment 10