Stream: git-wasmtime

Topic: wasmtime / PR #5619 cranelift-object: Make sections read ...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 23 2023 at 10:47):

afonso360 opened PR #5619 from crt-initializers to main:

This changes the default section type to be ReadOnlyDataWithRel instead of Data.

On COFF the CRT initializers do not run unless their section is read only. (See: https://github.com/bjorn3/rustc_codegen_cranelift/issues/1249#issuecomment-1382431789)

The new SectionKind makes these sections read only for COFF and MachO, but leaves it as Writable as required by ELF.

cc: @bjorn3

view this post on Zulip Wasmtime GitHub notifications bot (Jan 23 2023 at 18:35):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 23 2023 at 18:39):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 23 2023 at 18:50):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2023 at 10:19):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 15 2023 at 12:21):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2023 at 00:39):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2023 at 10:59):

afonso360 updated PR #5619 from crt-initializers to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2023 at 11:00):

afonso360 has enabled auto merge for PR #5619.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2023 at 13:02):

afonso360 merged PR #5619.


Last updated: Oct 23 2024 at 20:03 UTC