Searched refs:compile (Results 76 - 100 of 114) sorted by relevance

12345

/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsintro.tex112 %The compiler can compile faster than most other Prologs consult their sources.
H A Dumsparallel.tex123 in parallel, where the limit does not have to be fixed at compile time.
H A Dextmeta.tex185 attribute values are no longer accessed and it would compile
H A Dumsexcept.tex388 deterministic at compile time and so if a simple predicate were to cause the
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex120 and how to compile it. For sake of simplicity, we will write both server and
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddict.c1198 d_.compile = in_dict("compile",1);
H A DMakefile.in723 compile(library(version)),\
749 $(AUX_SEPIA) -e 'compile("$(SEPIA)/lib/util"),util:compiled'
754 $(AUX_SEPIA) -e "compile(\"$<\",\
759 $(AUX_SEPIA) -e "compile(\"$<\",\
804 $(STABLE_ECLIPSE) -D $(PREFIX) -e 'unlock(sepia_kernel,"Sepia"),compile("$(SEPIA)/lib/kernel.pl",[debug:$(ECO_DBG),srcroot:"$(top_srcdir)",outdir:"$(@D)",load:none,output:eco])'; \
813 $(STABLE_ECLIPSE) -D $(PREFIX) -e 'compile("$<", [debug:$(ECO_DBG),srcroot:"$(top_srcdir)",outdir:"$(@D)",output:eco,load:none])'; \
822 $(STABLE_ECLIPSE) -D $(PREFIX) -e 'compile("$<", [debug:$(ECO_DBG),srcroot:"$(top_srcdir)",outdir:"$(@D)",output:eco,load:none])'; \
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deprolog.tex766 Note that the modules do not have to be known at compile time, i.e. it
773 compile-time optimizations.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dasm.pl143 having to compile the source Prolog form of the predicate.
169 previously dissasembled by disasm/2,3 without having to compile the
199 ECLiPSe without having to compile the source Prolog form.
238 load the predicate into ECLiPSe without having to compile the source
H A Dpaddy.pl254 dec_process((?-compile(F))) :- !,
262 dec_process((?-[A,B|T])) :- !, dec_process((?-compile(A))),
264 dec_process((?-[A])) :- !, dec_process((?-compile(A))).
H A Dfd.pl922 [eclipse 14]: compile(user, fd_arith).
1708 situation where the compile-time macro expansion cannot process its
2740 [eclipse 22]: compile(user, fd_domain).
H A Delipsys.pl630 silent_compile(F, M) :- compile(F, M).
H A Dio.pl231 Goal@Module, % normally compile(File)@Module
721 file_query_body(compile(File), Proc, M) :-
H A Dkernel.pl1197 % If it is called, we use this code here, and either load or compile.
4304 To type in clauses, call [user] or compile(user), and then\n\
5762 % If tr_suspend should fail at compile time, we just
6351 % .eco files when using compile(..., [output:eco,load:none])
6528 compute_stop(From,To,Step,Stop) % compute Stop at compile time
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl1212 button $ec_files.buttons.compile -text Compile -command {
1219 pack $ec_files.buttons.compile -side left -fill x -expand 1
1242 balloonhelp $ec_files.buttons.compile "compile selected file from source list"
2994 balloonhelp $bbar "Type in (short) ECLiPSe code for compilation. Can compile everything in window, or only selection."
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr2pl.pl67 call(compile(File_pl), Module).
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex112 location. However, to compile or run any Java programs which use the
381 If you study, compile and run {\tt DataExample2.java} you will see
787 compile} method of the {\it EclipseEngine}. This causes the {\eclipse}
788 program to be loaded by {\eclipse} engine. After {\tt compile}
H A Dembed.tex162 % If the makefile is not used, the command to compile a C++ source
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex404 compile time. At runtime, only a pointer to them is loaded using a
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dobsman.tex312 and no compile-time processing is performed.
314 default compile-time transformation of the given expression
1335 in the {\bf fd} module, e.g.\ using \bipref{compile/2}{../bips/kernel/compiler/compile-2.html}
H A Drepair.tex351 %this lets \eclipse compile the constraint, rather than meta-calling it.
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dknowbase-sec.tex282 accepted by the {\bf compile} predicate. Directives are
/barrelfish-master/doc/006-routing/
H A DRouting.tex184 We assign virtual circuit identifiers at random. At each node, we use a hash table to map virtual circuit identifiers to a pointer to the channel state. The use of a hash table allows efficient message forwarding. When a message arrives, it can be determined where to forward this message by means of a simple look-up in the hash table. The complexity of this lookup is linear in the number of virtual circuit identifiers that map to the same hash bucket (the number of buckets in the hash table is a compile time constant).
324 When sending a user-defined message, we first calculate the size of its payload. The size of a message's payload is only known at compile-time if the message definition does not contain any dynamic arguments. Otherwise, the size of the payload has to be computed each time such a message is sent. After having computed the payload size, we allocate a memory region of that size and copy the message arguments to that region of memory. Finally, we pass a pointer to this memory region to the multi-hop interconnect driver.
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl242 ; % indicates that CHR code is being added since last (if any) compile
1611 compile(File)@Module.
/barrelfish-master/doc/017-arm/
H A DARM.tex800 To compile Barrelfish for the Pandaboard, first configure your

Completed in 179 milliseconds

12345