equal
deleted
inserted
replaced
355 \ |
355 \ |
356 notproduct(ccstr, PrintIdealGraphFile, NULL, \ |
356 notproduct(ccstr, PrintIdealGraphFile, NULL, \ |
357 "File to dump ideal graph to. If set overrides the " \ |
357 "File to dump ideal graph to. If set overrides the " \ |
358 "use of the network") \ |
358 "use of the network") \ |
359 \ |
359 \ |
360 product(bool, UseOldInlining, true, \ |
|
361 "Enable the 1.3 inlining strategy") \ |
|
362 \ |
|
363 product(bool, UseBimorphicInlining, true, \ |
360 product(bool, UseBimorphicInlining, true, \ |
364 "Profiling based inlining for two receivers") \ |
361 "Profiling based inlining for two receivers") \ |
365 \ |
362 \ |
366 product(bool, UseOnlyInlinedBimorphic, true, \ |
363 product(bool, UseOnlyInlinedBimorphic, true, \ |
367 "Don't use BimorphicInlining if can't inline a second method") \ |
364 "Don't use BimorphicInlining if can't inline a second method") \ |