-
- [ ] Runtime doesn't wrap non-exception throws into a System.Exception (IL allows `throw new object()`)
- [ ] Limited support for multi-dim arrays with non-zero lower bounds (can be created in IL or…
-
This error shows when the project is set the PublishAot = true , SelfContained I have ILC Compile errors
```
08:15:35.128 1:7>C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [d12fda1774187ed6aad70108250b79e957b6ea7d](https://github.com/dotnet/runtime/commit/d12…
-
UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX UNIX …
-
the current version uses [wasmi](https://crates.io/crates/wasmi), which is a very nice interpreter, but we might want to JIT (or more precisely AOT) compile wasm modules to native code, for better per…
-
On linux and osx hosts, crossgen r2rdump fails for a subset of tests right now fairly consistently, where the RVA of the auxiliary data points to the exact end of the .text section's virtual address s…
-
### Type of issue
Missing information
### Description
The true is now included in the .csproj for ASP.NET Core WebAPI (Potentially others as well) which may break certain frameworks and it's not cl…
-
When building a native image with Spring Boot Maven plugin, Logback configuration relying on Janino leads to an error.
For instance, if we add to the `logback-spring.xml` file the following if stat…
-
# Spring と GraalVM Native Image
## 概要
native imageの概要とSpring FWのサポートについて
### このセッションに関連するキーワード
* GraalVM native image
* Feature
## セッションの内容
### 話の流れ
GraalVMについて、というよりはGraalVMのnat…
-
I am wondering: if I know that I don't need more than 64-bit integers when running on web, should I go for `BigInt` or for `fixnum` for best performance?
On native, I will simply use `int` (as I sa…