fixed #11342 - cache Library::getFunctionName() calls in Token#7573
fixed #11342 - cache Library::getFunctionName() calls in Token#7573firewave wants to merge 2 commits into
Library::getFunctionName() calls in Token#7573Conversation
|
Sorry, something went wrong.
Still that shouldn't produce different results on subsequent calls on the same token. Since the library is immutable it seems like this is caused by some tokenizing/simplification. |
Sorry, something went wrong.
|
The problem is that the From |
Sorry, something went wrong.
b1f1df1 to
2cee634
Compare
June 5, 2025 22:44
|
I assume there is speedup but do you see it also? |
Sorry, something went wrong.
Since it is still a draft (and not working as expected) I did not provide performance data yet. It is about 2-4% of the total Ir - that is also mentioned in the ticket. |
Sorry, something went wrong.
No description provided.