Displaying 2 results from an estimated 2 matches for "spec'06".
2018 Aug 02
2
New and more general Function Merging optimization for code size
...merging optimization that works only
on identical functions.
I would like to know if the community has any interest in having a more
powerful function merging optimization.
---- More Details ----
Up until now, I have been focusing on the quality of the code reduction.
Some preliminary result on SPEC'06 in a full LTO fashion:
The baseline has no function merge but the optimization pipeline is the
same, and I am comparing my function merge with LLVM's identical function
merge, where everything else in the optimization pipeline is the same as
the baseline.
Average reduction in the final e...
2018 Aug 02
2
New and more general Function Merging optimization for code size
...est in having a more
> powerful function merging optimization.
>
>
> Yes, I think there is certainly interest in this space.
>
>
>
> ---- More Details ----
>
> Up until now, I have been focusing on the quality of the code reduction.
>
> Some preliminary result on SPEC'06 in a full LTO fashion:
> The baseline has no function merge but the optimization pipeline is the
> same, and I am comparing my function merge with LLVM's identical function
> merge, where everything else in the optimization pipeline is the same as
> the baseline.
> Average...