mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: blog post "MIT Scheme on Apple Silicon (M1 Mac)"


From: Taylor R Campbell
Subject: Re: blog post "MIT Scheme on Apple Silicon (M1 Mac)"
Date: Tue, 28 Dec 2021 12:18:51 +0000

> Date: Mon, 27 Dec 2021 22:03:35 -0800
> From: "Arthur A. Gleckler" <mit-scheme-devel@speechcode.com>
> 
> I thought you might be interested in this detailed blog post on running MIT
> Scheme on the Apple M1:
> 
> https://www.kennethfriedman.org/thoughts/2021/mit-scheme-on-apple-silicon/

I just fixed a 15-year-old bug in uxsig.c, noted as item (3.2) there.
Had wondered why `C-c t' never actually worked to write a stack trace
to a file but never investigated why until now!

Also removed the `v' from `vfork' now that Apple has apparently killed
it (untested), so all of these issues should be fixed.

What remains for native aarch64 execution on M1 is to teach the GC to
move compiled code blocks to a separate heap with W^X toggles during
the motion, but that's a bit more work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]