-
Thank you for the detailed work on this project! I'm attempting to reproduce the experiments described in Table 3 (Effectiveness of different modules) by progressively removing the MCA, RSI, and SCR m…
-
### Describe the bug
There is a reachable assertion in `is_intersected()` at kernel/src/vm/vmar/mod.rs:672 when user runs program whose `p_offset` and `p_filesz` is 0 and segment is aligned.
```
…
-
### Steps to reproduce
I initially encountered this issue when trying to run the https://github.com/bdero/flutter-scene-example but have reduced the error to the simplest example possible
1. Hav…
-
### Describe the bug
There is a reachable assertion in `check_segment_align()` at kernel/src/process/program_loader/elf/load_elf.rs:377 when user runs specific program whose `p_offset` and `p_filesz`…
-
As of today (2024-11-29), neither the release nor the nightly compiler
does an ideal job of optimizing this string validation function.
```rust
pub enum IdError {
IdEmpty,
IdTooLong,
IdNo…
-
When the symbol resolution is set to Hour, indicator values using Daily resolution are different from indicators using timedelta(days=1)
#### Expected Behavior
With a symbol resolution of Hour…
-
## Description
When running the backtesting command with the FreqaiExampleHybridStrategy and CatboostClassifier model, the training process terminates unexpectedly with a CatBoostError indicating that…
-
The CMOVBE/CMOVNBE instructions generate 2 uops and have a throughput of 1 for P-cores. Other CMOVs are a single uop with a throughput of 2.
The following case shows the backend generating the more…
-
```c
#include
#include
bool func1(unsigned long long x, unsigned long long y)
{
return x > (ULLONG_MAX / y);
}
bool func2(unsigned long long x, unsigned long long y)
{
return y …
-
### Describe the bug
The `FileHandle::metadata` method panics because some file types do not implement it.
### To Reproduce
A kernel panic was triggered by a [recent run of CI](https://github…