英語 での Code paths の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
You can't test all conditional code paths on a single device.
Branching the code for leap years,and then not testing all code paths.
Yet, in order to access memory within speculated code paths, it must bring the data in the processor cache.
The quadprog'interior-point-convex' algorithm has two code paths.
Calculated values that follow different code paths and that are manipulated in different ways often prove to be unequal.
In our experience Microsoft Edge runs best on the‘WebKit' code paths in these sites.
Therefore, programmers must ensure the code paths for the transactional region and the alternative code sequence are functionally tested.
It is created by calculating the number of different code paths in the flow of the program.
Normally in OpenSSL EC groups always have a co-factor present andthis is used in side channel resistant code paths.
For example, the management of software projects with many source code paths has been revised and further optimized.
The code paths chosen may differ across a wide range of Intel processors and Intel architecture compatible processors and may provide differing levels of performance.
Developers get support here by letting the language analyze code paths leading to potential NPEs.
This differs from libsnark, where these code paths are redundant, use different utility functions and require careful code review to ensure consistency.
One downside of mixing approachesis that it can lead to an increase in the number of code paths, both on the client and server side.
In fact, given more flexible and simpler ASIC code paths, an IPv4 or IPv6 packet will have a predetermined number of bytes submitted to the policy engine to evaluate extremely quickly the results of any ACL configurations.
Instead, we actually frequently knowingly picked the slightly slower code paths in order to keep the code more readable.
Compiled validators. Superstruct does the work of compiling its schemas up front, so that it doesn't spend time performing expensivetasks for every call to the validation functions in your hot code paths.
Klocwork traceback can help you determine the criteria by which code paths are to be added to or eliminated from the checker's consideration.
The PGO feature uses profile information tooptimize the execution of the most frequently used code paths in your source code. .
Intel MKL does run-time processor dispatching in order toidentify the appropriate internal code paths to traverse for the Intel MKL functions called by the application.
The Allocation Tracker can be useful not only for looking at specific uses of memory,but also to analyze critical code paths in an app such as scrolling.
Since the overhead of sending UDP packets canbe too great for some performance intensive code paths, DogStatsD clients support sampling(only sending metrics a percentage of the time).
For example, if they depend on function arguments, run-time data, or the results of complex calculations. If the compiler cannot prove that pointers or array references are safe the compiler will not parallelize the loop, except in limited cases when itis deemed worthwhile to generate alternative code paths to test explicitly for aliasing at run-time.
FindBugs is an open-source static analysis tool that runs over Java code, performs deep n-way analysis to figure out all the possible code paths, and reports all sorts of errors and warnings it finds, based on a set of extensible rules.
A variant's value represents one of a fixed set of possible types,with C++'s type system ensuring that correct code paths are executed for the active type.
Since the overhead of sending UDP packets canbe too great for some performance intensive code paths, DogStatsD clients support sampling, i.
If you need to implement functionality for Windows Phone 8 and implement it differently for Windows 8,you can't include both code paths in a Portable Class Library.
Keep the normal code path at a minimal indentation.