search for: wyss

Displaying 13 results from an estimated 13 matches for "wyss".

Did you mean: wss
2018 May 02
0
Generating function definition for function that's only called during unwinding
Hmmm... It seems like I should check out how the UseList on Value (and its child BasicBlock) work. On Tue, May 1, 2018 at 8:34 PM, Keith Wyss <wyssman at gmail.com> wrote: > Hi, > > I'm trying to understand how clang keeps track of which declarations are > called within a translation unit and decides to codegen their definitions. > > DeclBase.h has a markUsed to keep track of ODR use, and I think that the &gt...
2002 Apr 18
1
Error handling with rsync
...ync instead of messages at STDOUT. Is there an option which tells rsync it should return error codes? Is this possible or do I ask something ridiculous? How is the error handling done when rsync can't download a file? Should I better switch to the rsync library, is there a perl interface? O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/")
2018 May 02
3
Generating function definition for function that's only called during unwinding
Hi, I'm trying to understand how clang keeps track of which declarations are called within a translation unit and decides to codegen their definitions. DeclBase.h has a markUsed to keep track of ODR use, and I think that the decl can be found from the symbol table via ASTContext.h (for example looking up a template via GetQualifiedTemplateName -> getAsTemplateDecl -> setIsUsed ). This
2006 Jul 02
7
Generic SingleTable inheritance
Hi all, I would like to discuss a design idea I have in mind with you, in order to get critical feedback. ActiveRecord supports single table inheritance(STI) "per se", BUT you must add all possible instance variables(properties) of all subclasses to the "base table"(as columns). I would like to circumvent this restriction. Say we have a class AbstractGenericThing <
2006 Jul 02
1
ActiveRecord''s has_many, allways fetched from db?
Hi all, say I have a class Container has_many :items end and class Item belongs_to :container end Now if I fetch a container from the db cont = Container.find :first and then call cont.items 1000 times, does this result in 1000 db queries(for the items of the container)? Thanks Clemens -- Posted via http://www.ruby-forum.com/.
2008 Dec 17
9
Rails 2.2.2 and globalize - undefined method `render_file' for class `ActionView::Base' (NameError)
Looks like globalize (1.2) is not compatible with rails 2.2.2. I am getting: '' => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails 2.2.2 application starting on http://0.0.0.0:3003 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3003 ** Starting Rails with development environment...
2017 Dec 05
2
[cfe-dev] XRay Trace of Clang, Loadable through Chrome Trace Viewer
Sent from my iPhone > On 6 Dec 2017, at 4:17 am, Brian Cain <brian.cain at gmail.com> wrote: > > > >> On Tue, Dec 5, 2017 at 9:49 AM, Dean Michael Berris via cfe-dev <cfe-dev at lists.llvm.org> wrote: >> Hi cfe-dev@ and llvm-dev@, >> >> I've attached a Chrome trace-viewer readable trace of a clang built with XRay instrumentation (additional
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2004 Jul 06
1
New to wxruby
...iki, ml archives, samples, etc. I''d also be interested in feedback people have as to whether it is possible to create an interface with the quality comparable to azureus using wxRuby. TIA, Rob Copies of wxusers msgs below. ----------------------------- Clarifying msg on wxusers: Otto Wyss wrote: >>Obviously, the azureus team has put a ton of work into their GUI but >>they are using SWT, and I am wondering if I can get the same quality of >>results with wxwindows and the wxruby bindings or if SWT is better >>suited to this kind of thing because I saw a bunch...
2002 Apr 09
0
Checking of the existence of a remote file
...s error messages if not -q is used. So I'd rather like to check the existence first (quiet) and then download it (verbose). Is it possible to check with the following command: system ("rsync -nq $file"); if (($? >> 8) == 0) {system ("rsync -aPv $file ...")}; O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/")
2018 Jul 17
2
RFC: XRay FDR/Profiling Mode Moving to Post-Commit Review
...n the direction of reducing the overheads (measured through benchmarks in the test-suite) and addressing some feature requests/bugs. In the interest of addressing these changes in a timely manner, I'm going to start doing post-commit reviews for the profiling mode patches in compiler-rt. Keith Wyss has been the primary reviewer for XRay patches and has agreed to do the reviews post-commit as well. Note that profiling mode for XRay is currently an optional component of XRay and is still under active development. If you have any questions and/or concerns about this, please feel free to contac...
2013 Mar 12
1
rugarch: GARCH with Johnson Su innovations
Hey, I'm trying to implement a GARCH model with Johnson-Su innovations in order to simulate returns of financial asset. The model should look like this: r_t = alpha + lambda*sqrt(h_t) + sqrt(h_t)*epsilon_t h_t = alpha0 + alpha1*epsilon_(t-1)^2 + beta1 * h_(t-1). Alpha refers to a risk-free return, lambda to the risk-premium. I've implemented it like this: #specification of the model
2017 Dec 05
2
XRay Trace of Clang, Loadable through Chrome Trace Viewer
...lvm.org/docs/XRayExample.html also apply to llc. I hope this kind of instrumentation would be helpful in further improving Clang and the LLVM toolchain to see where latency in the execution of these tools are coming from. Thanks for reading, and I hope this helps! -- Dean PS. Thanks go to Keith Wyss who implemented the conversion tool that generates the chrome trace viewer readable output! -------------- next part -------------- A non-text attachment was scrubbed... Name: clang-6.0-default-real.txt.gz Type: application/x-gzip Size: 643448 bytes Desc: not available URL: <http://lists.llvm.o...