replicode
Main Page
Namespaces
Classes
Files
File List
File Members
r_exec
reduction_core.h
Go to the documentation of this file.
1
// reduction_core.h
2
//
3
// Author: Eric Nivel
4
//
5
// BSD license:
6
// Copyright (c) 2010, Eric Nivel
7
// All rights reserved.
8
// Redistribution and use in source and binary forms, with or without
9
// modification, are permitted provided that the following conditions are met:
10
//
11
// - Redistributions of source code must retain the above copyright
12
// notice, this list of conditions and the following disclaimer.
13
// - Redistributions in binary form must reproduce the above copyright
14
// notice, this list of conditions and the following disclaimer in the
15
// documentation and/or other materials provided with the distribution.
16
// - Neither the name of Eric Nivel nor the
17
// names of their contributors may be used to endorse or promote products
18
// derived from this software without specific prior written permission.
19
//
20
// THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
21
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
// DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
24
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
#ifndef reduction_core_h
32
#define reduction_core_h
33
34
namespace
r_exec
{
35
// Pop a job and reduce - may create overlays from exisitng ones.
36
// Injects new productions in the mem - may create 1st level overlays.
37
// For each job:
38
// - reduce.
39
// - notify.
40
// - inject new rdx jobs if salient prods.
41
// - inject new update jobs if prod=grp.
42
// - inject new signaling jobs if prod=|pgm or prod=pgm with no inputs.
43
void
runReductionCore
();
44
}
45
46
47
#endif
r_exec::runReductionCore
void runReductionCore()
Definition:
reduction_core.cpp:38
r_exec
Definition:
_context.cpp:34
Generated on Wed Aug 5 2015 00:08:48 for replicode by
1.8.9.1