Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
c0301d89
Commit
c0301d89
authored
Mar 02, 2021
by
Thomas Jahns
🤸
Browse files
Put readonly data into text segment.
parent
bca97db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_combinatorics_c.c
View file @
c0301d89
...
...
@@ -61,8 +61,9 @@ main()
int
tid
=
0
;
uint32_t
*
list
;
size_t
n
;
struct
PPM_iinterval
nrange
=
{
5
,
10
};
uint32_t
numRunsList
[]
=
{
1000
,
10000
,
100000
,
1000000
,
10000000
};
static
const
struct
PPM_iinterval
nrange
=
{
5
,
10
};
static
const
uint32_t
numRunsList
[]
=
{
1000
,
10000
,
100000
,
1000000
,
10000000
};
fprintf
(
stderr
,
"%d: random seed=%u
\n
"
,
tid
,
random_seed
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment