-
I came across this fragment of code:
https://github.com/Cytnx-dev/Cytnx/blob/fa4596e1620cc304f698286905818a2118b2bd8e/src/backend/linalg_internal_cpu/QR_internal.cpp#L23-L28
This is a misuse of …
-
This loop could be replaced with CALLDATACOPY():
https://github.com/wighawag/clones-with-immutable-args/blob/5950723ffcfa047f13262e5dbd7218b54360c42e/src/ClonesWithImmutableArgs.sol#L126-L134
-
| | |
| --- | --- |
| Bugzilla Link | [11046](https://llvm.org/bz11046) |
| Version | trunk |
| OS | All |
| Attachments | [Optimizes](https://user-images.githubusercontent.com/711534/143744000…
-
## PNF-01C: Loop Iterator Optimization
| Type | Severity | Location |
| ---- | -------- | -------- |
| [Gas Optimization](/appendix/finding-types#gas-optimization) | | [PositionNFTs.sol:L240](ht…
-
## OHR-03C: Loop Iterator Optimization
| Type | Severity | Location |
| ---- | -------- | -------- |
| [Gas Optimization](/appendix/finding-types#gas-optimization) | | [OracleHelper.sol:L116](ht…
-
## MHR-04C: Loop Iterator Optimization
| Type | Severity | Location |
| ---- | -------- | -------- |
| [Gas Optimization](/appendix/finding-types#gas-optimization) | | [MainHelper.sol:L361](http…
-
Hello.
Thanks for the awesome software!
One issue I'm having is that looped GIFs stop looping after optimization :(
Would be great if you could fix it.
Thanks anyway!
-
**Describe the bug**
Hi, thanks for the excellent library. I have been using the library for a while now and have found that whenever I'm dealing with fitting `GaussianProcessRegression` models Tenso…
-
Hello! This isn't so much an issue, as it is an alternate approach to loop optimization. I've forked this project over [here](https://github.com/Smorgasbordq/babel-plugin-loop-optimizer).
Among t…
-
```
The event loop(s) in app/base.py does method-lookup for every loop iteration,
something which is a known Python time sink for often-called methods. The
attached patch assigns idle(), step() and …