Fabio Niephaus
Fabio Niephaus
Cache directory structure is independent from dialect, so generalize caching utils. Structure is: _cache/ - [Dialect name]/ - *.(image|changes|sources|...) - vms/ - [Dialect name]/ - *VM content*
`BlockContext` has been replaced in `Squeak-trunk` with `Context`. This breaks Metacello compatibility to `Squeak-trunk`. Unfortunately, I don't have time to look into this at the moment.
It seems that https://github.com/oracle/graal/pull/4707 has introduced a reporting issue. when debug info is enabled, "other data" is usually negative. An example: ``` [7/7] Creating image... (24.5s @ 2.14GB) 6.08MB (...
### TL;DR Open source [Ideal Graph Visualizer (IGV)](https://www.graalvm.org/22.2/tools/igv/) to make it easier for third-party compiler and language developers to use and contribute to it. ### Goals IGV is currently only...
### TL;DR We plan to extend the GraalVM LLVM runtime with support for Windows. ### Goals As of GraalVM 22.2, the LLVM runtime is limited to Linux and macOS. We...
### TL;DR To allow users to take advantage of the latest JDK18 and JDK19 features such as [Virtual Threads](https://openjdk.org/jeps/425), the [Simple Web Server](https://openjdk.java.net/jeps/408), [Structured Concurrency](https://openjdk.org/jeps/428), and more, we plan to...
It'd be great if the GraalVM CE Updater catalog could be opened up to the community, so that third-party languages, tools, etc. can be added. This also requires some sort...
To further improve the debugging experience of native executables, we need three `@CEntryPoint`s: - An entry point for allocating an object given a certain class/type, and - two entry points...
When dumping the heap of a native executable to analyze it in VisualVM, the heap dump is polluted by objects that are created during the heap dump creation. This makes...