Lines Matching full:description
22 description: Skip all optimizations
28 …description: A regular expression that specifies methods to compile. The grammar used is ECMA-262 …
34 description: Enable visualizer dump ir
38 description: Enable dump ir
44 description: Dump ir only after last (codegen) pass
48 description: Suppress dumping of some data (bc, SaveState instructions, etc)
52 description: Dump life intervals from regalloc
56 description: Set folder for dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
64 description: Enable dumps each time peephole applies
67 description: Enable dump disasm to text files
73 description: Dump disasm files into single file, which is "disasm.txt"
77 description: Dump to the standard output
81 description: Dump generated assembly code. Default is true.
85 description: Dump code info
89 description: File name to dump. Used only when 'single-file' is set.
94 description: Enable dump assembly to disasm.txt file (do not emit binary)
100 description: Enable tracing for passes
106 description: Enable events for tlab allocation
112 …description: Compiler don't create InitObject and GraphChecker checks this. The options are neede…
150 description: Set log compiler components
157 description: Enable Graph checking after each optimization
163 description: Enable Graph checking only after last optimization(Codegen)
169 description: If false, we always call C impementation of an intrinsic
175 description: Enable Lowering Pass
181 description: Enable Code Sink Pass
187 description: Enable Balance Expressions Pass
193 description: Enable Branch Elimination Pass
199 description: Enable Checks Elimination Pass
205 description: Enable replacing checks on deoptimization in checks elimination
211 description: Enable Deoptimize Elimination Pass
217 description: Set the instructions limit in deoptimize elimination for removing safe points.
224 description: Apply Implicit Null Check
230 description: Enable LICM Pass
236 description: Set the instructions limit which are hoisted by LICM
243 description: Enable Loop peeling Pass
249 description: Enable Loop unroll Pass
255 description: Set loop unrolling factor
262 description: Set the instructions limit for the unrolling loop body
269 description: Enable unroll for loops containing method calls
275 description: Enable unroll with side exits for not countable loop
281 description: Enable Load-Store Elimination Pass
287 description: Enable CSE Pass
293 description: Enable Value Numbering Pass
299 description: Enable Memory Coalescing Pass
305 description: Apply Memory Coalescing to objects accesses
311 description: Apply Memory Coalescing only to aligned accesses
317 description: Print optimizations statistics
323 description: Dump optimizations statistics in csv file
329 description: Enable collecting ir stats on compiler statistic
336 description: Build SafePoint instructions
342 description: Enable inlining optimization
348 description: Enable inlining external methods in JIT mode
354 description: Method names that should not be inlined
361 …description: Maximum number of the IR instructions to be inlined, including instructions of the cu…
368 description: Maximum depth of the inlining.
375 …description: Maximum bytecode size for inlined functions, in bytes. Avarage bytecode instruction s…
382 description: Inline only simple methods that don't contain calls to runtime
388 description: Don't inline methods inside blocks throwing an exception or performing deoptimization
394 description: Don't inline methods that always throw an exception
400 description: Disable inlining of the virtual calls
406 description: Don't use CHA in the inlining
412 description: Don't use Polymorphic Inline Caches in the inlining
418 description: Reset local allocator between passes runs
424 description: Enable Scheduling Pass
430 description: Set default instruction latency
437 description: Set loads latency
444 description: Enable IfConversion Pass
450 description: Maximum amount of instructions in basicblock(s) for if-conversion
462 description: On AMD64 enable creation of non-native code for testing purpose
468 description: Enable optimizations events dump
474 description: Set path for optimizations events dump
480 description: Save and Load only registers that contains live values when making calls.
486 description: Ignore failures occurred during compilation
492 description: Ignore failures occurred during register allocation and code generation
498 description: Maximum size of the generated code in code-cache, default 63 M
504 description: Maximum size of the method's code to be compiled.
511 description: Maximum number of virtual registers in a method.
517 description: Omit unused callee-registers save/restore in prologue/epilogue when possible.
523 description: Enable intrinsics filter in JS Compiler
529 description: Enable accumulator register allocator pass
535 description: Mask of registers, avaliable for regalloc
541 description: Verify register allocation results in debug mode.
547 description: Enable move constants from start block closer to usage
553 description: Enable hoisting of array data address
558 …description: Replace unconditional ResolveString runtime call with loading string reference from P…
564 description: Rematerialize constants instead of spilling them to the stack
570 …description: Set the maximum size of the constant array to unfold a single LoadConstArray instruct…
577 …description: Store and load values from successive stack slots as pair of values during SpillFill …
587 description: Set compiler CPU features
594 description: Emit DWARF debug info for JIT/AOT code, PANDA_COMPILER_CFI should be set
600 description: Enable AOT register allocation
605 description: Enables/disables frequency based branch reorder
610 description: Threshold in percents for frequency based branch reorder
615 description: Inline graph for dynamic insrinsics in IrBuilder