Searched refs:tiers (Results 1 – 8 of 8) sorted by relevance
28 [![](https://opencollective.com/clap/tiers/gold.svg?avatarHeight=36&width=600)](https://opencollect…33 [![](https://opencollective.com/clap/tiers/silver.svg?avatarHeight=36&width=600)](https://opencolle…38 [![](https://opencollective.com/clap/tiers/bronze.svg?avatarHeight=36&width=600)](https://opencolle…43 [![](https://opencollective.com/clap/tiers/backer.svg?avatarHeight=36&width=600)](https://opencolle…
194 constexpr std::array<decltype(Limits::limitName), kTierCount> tiers{__VA_ARGS__}; \ in ApplyLimitTiers()195 decltype(Limits::limitName) tierValue = tiers[i - 1]; \ in ApplyLimitTiers()201 limits.limitName = tiers[i - 1]; \ in ApplyLimitTiers()
33 nix target support consists of two tiers. While nix attempts to support all36 limitations. Support for platforms is split into three tiers:
1 # Diagnostic tooling support tiers10 the following tiers.
1003 ExecutionTierPair tiers = GetRequestedExecutionTiers( in AddUnits() local1008 baseline_units_.emplace_back(func_index, tiers.baseline_tier, kNoDebugging); in AddUnits()1009 if (tiers.baseline_tier != tiers.top_tier) { in AddUnits()1010 tiering_units_.emplace_back(func_index, tiers.top_tier, kNoDebugging); in AddUnits()1169 ExecutionTierPair tiers = in CompileLazy() local1174 WasmCompilationUnit baseline_unit{func_index, tiers.baseline_tier, in CompileLazy()1186 tiers.baseline_tier); in CompileLazy()1239 tiers.baseline_tier < tiers.top_tier) { in CompileLazy()1240 WasmCompilationUnit tiering_unit{func_index, tiers.top_tier, kNoDebugging}; in CompileLazy()
73 There are three support tiers:87 Platforms may move between tiers between major release lines. The table below
3110 …odejs/node/commit/bf62ffd848)] - **doc**: remove node-report from support tiers (RafaelGSS) [#4373…3621 …t/6fa080cb48)] - **doc**: delete heapdump from diagnostic tooling support tiers (Tony Gorez) [#427…3632 …it/6b7c35e807)] - **doc**: delete mdb\_v8 from diagnostic tooling support tiers (Tony Gorez) [#426…3904 …/85a65c3260)] - **doc**: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) [#426…
2570 …hub.com/nodejs/node/commit/05d432c2a6)] - **doc**: initial cut at support tiers for diag tools (Mi…