Skip to content

Support Full NGEN with IBC #2092

@brianrob

Description

@brianrob

Today, the target EnablePartialNGENOptimization unconditionally specifies -partialNGEN to ibcmerge.exe (

<IbcMergeArgs>-q -f -partialNGEN -minify -delete -mo "%(_AssemblyWithRawIbcData.OptimizeAssemblyPath)" -incremental "%(_AssemblyWithRawIbcData.PreviousAssemblyCopyPath)"</IbcMergeArgs>
) which means that any users of this target will get partial NGEN.

The bulk of IBC users should be fully pre-compiling their assemblies. One way to address this would be to add a new target that uses most of the machinery of EnablePartialNGENOptimization but doesn't specify -partialNGEN to ibcmerge.exe.

@tmat, @billwert

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions