[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] The JIT compile now generates relocatable shared library that can be put in a global cache.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] The JIT compile now generates relocatable shared library that can be put in a global cache.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 08 Aug 2024 16:51:33 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 783b58db by Benoît Minisini at 2024-08-08T18:48:36+02:00 The JIT compile now generates relocatable shared library that can be put in a global cache. [INTERPRETER] * NEW: Support for new JIT compiler cache system. [GB.JIT] * NEW: The generated code is now relocatable through a pointer table compiled in a separate shared library. * NEW: The compilation of the relocatable code is now cached (in '/tmp'). Only the pointer table part needs to be recompiled at each run. - - - - - 8 changed files: - main/gbx/gbx_jit.c - main/lib/jit/gb.jit/.project - main/lib/jit/gb.jit/.src/CCompilation.class - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c - main/lib/jit/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/783b58db499bd28d1083722491ed163305e26841 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/783b58db499bd28d1083722491ed163305e26841 You're receiving this email because of your account on gitlab.com.