HaxeFoundation / HaxeFoundation/haxe
Issue with hlopt cache optim
Open
platform-hl
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
It seems the optimizations I did for hlopt are not working well enough.
- I sometimes get some assert on line 1021 due to mismatch between our cache and the function. Somehow using hxf as key doesn't work?
- using the function path as key and checking for physical tfunc equality skips most (all?) of the methods
I think it's required to generate an unique id for each tfunc
Contributor guide
Assessment
This issue has not been assessed yet.