Benjamin Bouvier
bae4ec6427
Remove ancient register allocation ( #3401 )
2021-09-30 21:27:23 +02:00
Dan Gohman
256e942aa0
Tidy up redundant use declarations. ( #3333 )
...
This is just a minor code cleanup.
2021-09-11 12:26:54 -05:00
bjorn3
e6f399419c
Atomic hotswapping in JIT mode ( #2786 )
...
* Introduce new_got_entry and new_plt_entry functions
* Return NonNull<*const u8> from get_got_address
* Make GOT entry writes atomic
* Defer GOT updates until relocations and protection
Co-authored-by: Alan Egerton <eggyal@gmail.com >
2021-06-09 09:51:11 -07:00
Alan Egerton
e4f9eebe3a
Expose new JITModule::read_got_entry function
2021-04-29 09:28:29 +01:00
Chris Fallin
67cc42d4c3
Merge pull request #2750 from bjorn3/anon_allocs
...
Support declaring anonymous functions and data objects
2021-04-12 12:11:11 -07:00
bjorn3
b321a7291d
Clarify ownership of data returned by get_finalized_*
2021-03-22 09:48:09 -07:00
bjorn3
cc89111463
Support declaring anonymous functions and data objects
2021-03-21 18:00:26 +01:00
Will Robson
38926fb1fc
cranelift-module: Add support for passing a StackMapSink when defining functions
...
Fixes #2738
This follows the convention set by the existing method of passing a
TrapSink by adding another argument for a StackMapSink.
2021-03-19 00:02:15 +00:00
bjorn3
a710fc4425
Make Module object safe
2021-02-22 16:00:37 +01:00
bjorn3
411ec3a857
Rename SimpleJIT to JIT as it isn't simple anymore
2020-12-04 13:21:13 -08:00