Displaying 3 results from an estimated 3 matches for "executiong".
Did you mean:
executing
2007 Oct 11
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
...tput/%.llc.s): \
Output/%.llc.s: Output/%.bc $(LLC)
-$(LLC) $(LLCFLAGS) -f $< -o $@
$(PROGRAMS_TO_TEST:%=Output/%.llc-beta.s): \
Output/%.llc-beta.s: Output/%.bc $(LLC)
-$(LLC) $(LLCFLAGS) -f $(LLCBETAOPTION) $< -o $@
----
But that causes many of the following warnings when executiong make.
Makefile:43: warning: overriding commands for target
`Output/tailcall-struct-by-val.out-jit-beta'
Is there a better way of doing what i want? Also should i really add
those .ll test cases to the test-suite?
regards arnold (obviously not a makefile guru)
2007 Feb 08
0
5 commits - configure.ac NEWS
...18:52:54 2007 +0100
update NEWS
diff --git a/NEWS b/NEWS
index 89cd329..9a828c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
+ 0.4.2 ("Two completely different numbers")
+
+The main change for this release is changing script execution from
+compiling to SpiderMonkey bytecode to executiong it manually. This made
+it far easier and a lot more stable to run scripts. Other changes:
+- Implement color transformations on images.
+- Support some more ActionScript codes.
+- Added swfdec_loader_get_filename() function to exported API.
+- Lots of bugfixes.
+- Lots of new tests and debugging t...
2012 Mar 25
1
how to speed up OpenSSH command execution (and a speed analysis)
...arting them, when they die for some reason
* they would be only started when really required the frist time
Ideally, there would be a way to timeout those automatically spawned
master
sessions. E.g. when not used for a day, stop it.
ANALYSIS:
I made some tests on the speed of command executiong with NRPE, SSH,
SSH+NRPE,
etc.:
The check_load command was defined as
/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
in NRPE.
The sshd_config of the remote host is found below[3].
The nagtest user on the remote host has:
- this /etc/passwd entry:
nagtest:x:54115:100::/home/nagtest...