Displaying 3 results from an estimated 3 matches for "run_id".
2013 Aug 01
0
[LLVMdev] [Polly] Update of Polly compile-time performance on LLVM test-suite
...our patch file.
Performance evaluation for our single "ScopDetection String Operation Patch" (r187102) can be viewed on:
http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=24&baseline=24
The only difference between the two runs is whether they use the r187102 patch file, i.e., run_id=18 is with the r187102 patch file, while run_id=24 is without the r187102 patch file.
Results show that this patch file significantly reduces compile time for tramp3d-v4(24.41%), simple_types_constant_folding(13.47%) and oggenc(9.68%). It does not affect the execution performance at all since it...
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...ptServer.new(),
"ScriptServer #{myPid}"],
Rinda::SimpleRenewer.new)
DRb.thread.join
******** The worker/client
require ''active_support''
require ''drb''
class ScriptWorker
attr_accessor :script_id
attr_accessor :run_id
attr_accessor :distrib
def initialize( script_id, run_id, distrib = true )
self.script_id = script_id
self.run_id = run_id
self.distrib = distrib
@myLog = ''''
end
def perform
myScript = Script.find(script_id)
# left out setting of variables used b...
2013 Aug 01
4
[LLVMdev] [Polly] Update of Polly compile-time performance on LLVM test-suite
At 2013-07-31 22:50:57,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 07/30/2013 10:03 AM, Star Tan wrote:
>> Hi Tobias and all Polly developers,
>>
>> I have re-evaluated the Polly compile-time performance using newest
>> LLVM/Polly source code. You can view the results on
>> http://188.40.87.11:8000
>>