-
I ran diffs with:
```
jit-diff diff -o c:\diffs -t 4 -a -f -v --test_root c:\gh\coreclr\bin\tests\Windows_NT.x86.Release --core_root c:\gh\coreclr\bin\tests\Windows_NT.x86.checked\Tests\Core_Root -b…
-
## Feature request
Imagine writing an image transformation in python code and jitting it to output to WebAssembly for use in a browser. This will allow python viz tools to push computations to the…
-
| | |
| --- | --- |
| Bugzilla Link | [22910](https://llvm.org/bz22910) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello,
Using win…
-
Many ARM64 `AdvSimd` intrinsics encode immediate arguments directly into the instruction, and thus require them to be in-range and constant. If the immediate is not constant, the JIT may emit a jump t…
-
Thanks for this great repository!
I was wondering if there a way to export using torchscript? I tried a simple approach with torch.jit.script(model), but I get:
```
RuntimeError:
Module 'RWKV…
-
### Describe the bug
When you click the play button and you click “enable jit” on sidestore and it takes you back to LiveContainer it crashes.
### Instructions to reproduce
!
![IMG_0685](https://g…
-
As soon as I include my linq, it starts breaking, compare
https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA0AXEBDAzgWwB8ABAJgEYBYAKGIAYACY8gOgBkBLAOwEcBuGvSbkUA6gEhJkwQGYmpYQHYaAbxriypdWonjOuDAB5uGAHwM…
-
### Description
The following code:
```php
-
Adding support for specifying a JIT tier could:
1. help those who seek to understand their code's performance characteristics
1. further enable see-the-compiler-in-action educational apps like Sharp…
-
I disabled JIT on arm64 for the 1.1 release (16f725c87ace0653a1d650002a74af90e7331e6c) because it was leading to JS heap corruption. Need to track down the code that is actually triggering that bug an…