Skip to content

ice_datagen: Data files bigger than expected? #2868

Answered by naricc
naricc asked this question in Q&A
Discussion options

You must be logged in to vote

@sffc I definately did not make a specific effort to do dead code elimination. Is DCE elimination only possible on a complete executable? Or is there some way to do it conservatively on a library (like, eliminating parts that can never be used by any executable)?

Because for the scenario I have in mind, doing it on a complete executable is going to be quite hard. Basically, I am using this library as a replacement icu library for the Mono runtime (runs .net code). Mono itself is often just a library that is DL opened on some platforms. When a user of mono finally writes some C# code and builds it, we do get a binary executable out at the end, which has the whole runtime and everything lin…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@naricc
Comment options

@naricc
Comment options

@naricc
Comment options

@sffc
Comment options

sffc Dec 14, 2022
Maintainer

@naricc
Comment options

Answer selected by naricc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants