341 "Assume Sparc V9 I&L registers on V8+ systems are zero-extended") \ |
341 "Assume Sparc V9 I&L registers on V8+ systems are zero-extended") \ |
342 \ |
342 \ |
343 product(bool, UseRDPCForConstantTableBase, false, \ |
343 product(bool, UseRDPCForConstantTableBase, false, \ |
344 "Use Sparc RDPC instruction for the constant table base.") \ |
344 "Use Sparc RDPC instruction for the constant table base.") \ |
345 \ |
345 \ |
346 develop(intx, PrintIdealGraphLevel, 0, \ |
346 develop(bool, PrintIdealGraph, false, \ |
347 "Print ideal graph to XML file / network interface. " \ |
347 "Print ideal graph to XML file / network interface. " \ |
348 "By default attempts to connect to the visualizer on a socket.") \ |
348 "By default attempts to connect to the visualizer on a socket.") \ |
|
349 \ |
|
350 develop(intx, PrintIdealGraphLevel, 0, \ |
|
351 "Level of detail of the ideal graph printout. " \ |
|
352 "System-wide value, 0=nothing is printed, 3=all details printed. "\ |
|
353 "Level of detail of printouts can be set on a per-method level " \ |
|
354 "as well by using CompileCommand=option.") \ |
349 \ |
355 \ |
350 develop(intx, PrintIdealGraphPort, 4444, \ |
356 develop(intx, PrintIdealGraphPort, 4444, \ |
351 "Ideal graph printer to network port") \ |
357 "Ideal graph printer to network port") \ |
352 \ |
358 \ |
353 notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1", \ |
359 notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1", \ |