[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new module 'jit/cache'
|
From: |
Bruno Haible |
|
Subject: |
new module 'jit/cache' |
|
Date: |
Mon, 13 Nov 2023 00:17:28 +0100 |
Marc Nieper-Wißkirchen wrote:
> I can provide such a thing easily. In fact, I have it already sitting
> > around on my disk since 2021 :-)
> >
>
> This is great!
I'm adding the new module, below.
> If we want to support a wider variety of systems, the code of Chez Scheme
> may be helpful. The `S_doflush' function ([1]) does the cache clearing.
>
> [1]
> https://github.com/search?q=repo%3Acisco%2FChezScheme%20S_doflush&type=code
Thanks. It appears to be more optimized than what I have on Linux/arm64,
but optimizations are dangerous, you know...
2023-11-12 Bruno Haible <bruno@clisp.org>
jit/cache: New module.
* lib/jit/cache.h: New file.
* m4/valgrind-helper.m4: New file.
* modules/jit/cache: New file.
0001-jit-cache-New-module.patch
Description: Text Data
- Provide a module for `clear_cache', Marc Nieper-Wißkirchen, 2023/11/06
- Re: Provide a module for `clear_cache', Bruno Haible, 2023/11/06
- Re: Provide a module for `clear_cache', Marc Nieper-Wißkirchen, 2023/11/06
- Re: test environments, Sam James, 2023/11/14
- Re: test environments, Bruno Haible, 2023/11/15
- Re: test environments, matoro, 2023/11/15
- Re: test environments, Bruno Haible, 2023/11/15
- new module 'jit/cache',
Bruno Haible <=
- Re: new module 'jit/cache', Bruno Haible, 2023/11/13
- Re: new module 'jit/cache', Marc Nieper-Wißkirchen, 2023/11/25
- Re: new module 'jit/cache', Bruno Haible, 2023/11/25
- Re: new module 'jit/cache', Marc Nieper-Wißkirchen, 2023/11/27
- Re: new module 'jit/cache', Marc Nieper-Wißkirchen, 2023/11/27
- Re: new module 'jit/cache', Marc Nieper-Wißkirchen, 2023/11/28