-
### Issue Description
I have started a rough proof-of-concept of tail calls.
https://github.com/asmjit/asmjit/compare/master...xmaton:asmjit:tailcall
I have few design questions as briefly dis…
-
Your code is simple and well explained. I WOULD NOT REPLACE IT. I'm wondering if you wish to add an appendix on simple optimization. I would start the chapter with Donald Knuth's quote about prematur…
-
**NOTE: This is the draft version of the proposal. It lists the three major points that a "garbage-collection-friendly" `TypeEngine` should support, but still not in enough detail. The concrete archit…
-
## Description
The work from _Unleashing Parallelism in Elastic Circuits with Faster Token Delivery_ [1] is still missing in the codebase. The goal of this issue is to outline a roadmap for their i…
-
**Issue description:**
The current implementation of the bubble sort algorithm in the `bubbleSort()` function can be improved in two ways:
1. **Use a flag to track whether any swaps were made in…
-
Hi,
### C project with decreasing boolean variables
I'm facing an issue with compiling some code with SymCC. When a code tries to decrease a boolean variable, an error comes. This does not occu…
-
Given the following code
```c
int main() {
for (int y = 0; y < 1; y++);
return 0;
}
```
there is a miscompilation causing an infinite loop when compiled like so:
```
clang-17 src/ma…
haved updated
1 month ago
-
Is there a way to negate a boolean, or to change the sign of a float inplace?
np.logical_not(arr, out=arr)
np.negative(arr, out=arr)
might be useful for negating loglike and similar during optimizat…
-
### Description
To enhance our feedback system, we need to store RAG vector IDs (e.g., a576038e-c565-4e6b-bdf4-2244dd214e13) for each message and actual boolean values indicating whether RAG is being…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/dynamic-preload-value-v5jhv4?file=%2Fpages%2Findex.tsx%3A1%2C1&embed=1
### To Reproduce
Documentation says tha…