Brandt Bucher
05e89c34bd
GH-115869: Don't JIT zeroed bytes (GH-130023)
2025-02-13 10:51:03 -08:00
Brandt Bucher
17c16aea66
GH-115869: Make jit_stencils.h reproducible (GH-127166)
2024-11-24 14:42:50 -08:00
Savannah Ostrowski
c3a12ae13e
GH-125911: Rename big trampoline to "shim" (GH-126339)
2024-11-05 15:26:46 -08:00
Savannah Ostrowski
c29bbe2101
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
2024-10-30 12:03:31 -07:00
Michael Droettboom
c8fd4b12e3
gh-125207: Fix MSVC 1935 build with JIT ( #125209 )
...
* gh-125207: Use {0} array initializers
* Simplify, as suggested in PR
* Revert change to explicitly specify length
2024-10-18 15:51:29 -04:00
Diego Russo
b85923a0fe
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
2024-10-02 12:07:20 -07:00
Brandt Bucher
1b7e5e6e60
GH-113464: Generate a more efficient JIT (GH-118512)
2024-05-03 16:41:07 -07:00
Brandt Bucher
424438b11e
GH-113464: Display a warning when building the JIT (GH-118481)
2024-05-01 21:35:49 +00:00
Brandt Bucher
49baa656cb
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
2024-05-01 08:05:53 -07:00
Brandt Bucher
62aeb0ee69
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
2024-04-06 08:26:43 -07:00
Brandt Bucher
f6d9e5926b
GH-113464: Add a JIT backend for tier 2 (GH-113465)
...
Add an option (--enable-experimental-jit for configure-based builds
or --experimental-jit for PCbuild-based ones) to build an
*experimental* just-in-time compiler, based on copy-and-patch (https://fredrikbk.com/publications/copy-and-patch.pdf ).
See Tools/jit/README.md for more information on how to install the required build-time tooling.
2024-01-28 18:48:48 -08:00