Commit ac172ef
Optimize native build of coreclr repo - 3x less memory , 11% build time improvement (dotnet/coreclr#14509)
* Fix native build overparallelism
* Fix native build parallelization problems
* Allow overriding all build workaround parameters
* Fix cleanup ommisions and local environment variable naming
* Address code review feedback
* Fix nul spelling and add standard message prefix
* Simplify settings for CL compiler parallelism
* Address code review feedback - remove whitespace
Commit migrated from dotnet/coreclr@a1142be1 parent 2781c7e commit ac172efCopy full SHA for ac172ef
2 files changed
+18-3Lines changed: 18 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/coreclr
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+13-3Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
305 | 305 | |
306 | 306 | |
307 | 307 | |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
308 | 318 | |
309 | 319 | |
310 | 320 | |
| ||
415 | 425 | |
416 | 426 | |
417 | 427 | |
418 | | - |
| 428 | + |
419 | 429 | |
420 | 430 | |
421 | 431 | |
| ||
485 | 495 | |
486 | 496 | |
487 | 497 | |
488 | | - |
| 498 | + |
489 | 499 | |
490 | | - |
| 500 | + |
491 | 501 | |
492 | 502 | |
493 | 503 | |
|
Collapse file
src/coreclr/clr.nativebuild.props
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
0 commit comments