Spinel: Ruby 성능 향상을 위한 새로운 AOT 컴파일러 접근 방식

Spinel은 Ruby 소스 코드를 최적화된 C 코드로 변환하여 런타임 의존성 없는 독립 실행형 바이너리를 생성하는 AOT 컴파일러다.

🔗 원문 보기

Spinel: Ruby 성능 향상을 위한 새로운 AOT 컴파일러 접근 방식

Spinel은 Ruby 소스 코드를 최적화된 C 코드로 변환하여 런타임 의존성 없는 독립 실행형 바이너리를 생성하는 AOT 컴파일러다.

Ruby-News | 루비 AI 뉴스

Spinel: Matz가 Claude AI와 함께 개발한 Ruby AOT 네이티브 컴파일러

Ruby 창시자 Matz가 Claude AI의 지원을 받아 약 한 달 만에 개발한 실험적인 Ruby AOT(Ahead-of-Time) 컴파일러다.

🔗 원문 보기

Spinel: Matz가 Claude AI와 함께 개발한 Ruby AOT 네이티브 컴파일러

Ruby 창시자 Matz가 Claude AI의 지원을 받아 약 한 달 만에 개발한 실험적인 Ruby AOT(Ahead-of-Time) 컴파일러다.

Ruby-News | 루비 AI 뉴스
Using .NET Native AOT to build Windows WinAPI Dlls

Did you know that you can use .NET AOT compilation to create native Windows DLLs to potentially replace traditional C/C++ compiled DLLs? It's now possible to build completely native DLLs that can be called from external applications and legacy applications in particular using .NET AOT compilation. In this post I show how this works and discuss the hits and misses of this tech.

What's new for .NET in Ubuntu 26.04 - .NET Blog

Ubuntu 26.04 (Resolute Raccoon) ships today with .NET 10. Here's how to install .NET 10 from the archive, use the new -resolute container tags, build Native AOT apps, and install .NET 8 and 9 from the dotnet-backports PPA.

.NET Blog
GitHub - matz/spinel

Contribute to matz/spinel development by creating an account on GitHub.

GitHub

All 7 Hells of Beppu, the geyser, and the Attack on Titan museum + the dam looking like the "Wall Maria" in AoT. A busy Day 19!

​Finally settled into a quiet guesthouse in a secluded bay to recharge.

#Beppu #AoT #Japan #Day19

Damn... #AttackOnTitan is brutal...

#AoT

Random little tool today. Was having issues with Skia.Svg in my lucidVIEW app so built a little totally .net one. This is just an AoT CLI tool https://github.com/scottgal/lucidview/releases/tag/svg2png-v0.2.0 which will convert svg to png easily.
Not 100% (no animation etc) but roughtly equivalent to most browsers.
#aot #svg #cli #dotnet