mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Adjust sensitive terms
This commit is contained in:
parent
9ea1e4be3d
commit
beaca7c7db
@ -212,7 +212,7 @@ space is required for that context.
|
|||||||
In the absence of recursive scanning, only one such space is required per thread
|
In the absence of recursive scanning, only one such space is required per thread
|
||||||
and can (and indeed should) be allocated before data scanning is to commence.
|
and can (and indeed should) be allocated before data scanning is to commence.
|
||||||
|
|
||||||
In a scenario where a set of expressions are compiled by a single "master"
|
In a scenario where a set of expressions are compiled by a single "main"
|
||||||
thread and data will be scanned by multiple "worker" threads, the convenience
|
thread and data will be scanned by multiple "worker" threads, the convenience
|
||||||
function :c:func:`ch_clone_scratch` allows multiple copies of an existing
|
function :c:func:`ch_clone_scratch` allows multiple copies of an existing
|
||||||
scratch space to be made for each thread (rather than forcing the caller to pass
|
scratch space to be made for each thread (rather than forcing the caller to pass
|
||||||
|
@ -178,7 +178,7 @@ space is required for that context.
|
|||||||
In the absence of recursive scanning, only one such space is required per thread
|
In the absence of recursive scanning, only one such space is required per thread
|
||||||
and can (and indeed should) be allocated before data scanning is to commence.
|
and can (and indeed should) be allocated before data scanning is to commence.
|
||||||
|
|
||||||
In a scenario where a set of expressions are compiled by a single "master"
|
In a scenario where a set of expressions are compiled by a single "main"
|
||||||
thread and data will be scanned by multiple "worker" threads, the convenience
|
thread and data will be scanned by multiple "worker" threads, the convenience
|
||||||
function :c:func:`hs_clone_scratch` allows multiple copies of an existing
|
function :c:func:`hs_clone_scratch` allows multiple copies of an existing
|
||||||
scratch space to be made for each thread (rather than forcing the caller to pass
|
scratch space to be made for each thread (rather than forcing the caller to pass
|
||||||
|
@ -96,7 +96,7 @@ bool eligibleForAlwaysOnGroup(const RoseBuildImpl &build, u32 id) {
|
|||||||
static
|
static
|
||||||
bool requires_group_assignment(const rose_literal_id &lit,
|
bool requires_group_assignment(const rose_literal_id &lit,
|
||||||
const rose_literal_info &info) {
|
const rose_literal_info &info) {
|
||||||
if (lit.delay) { /* we will check the shadow's master */
|
if (lit.delay) { /* we will check the shadow's leader */
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user