Displaying 20 results from an estimated 500 matches similar to: "Dumping the Vtable"
2019 May 03
2
Determine the offset of a vtable ptr
Dear LLVM-Mailing-List,
inspired by a Mail some days ago I wondered, if it is possible to determine the offset of a pointer to a specific vtable of a class via the llvm::Module.
For this I created two classes A & B which both used virtual functions. Now I created a class C which inherits A & B. In my simple understanding of C++ class 'C' would have two additional vtable pointers
2008 Jan 14
1
Question about buffering with icecast protocol
OK, Thanks a lot Karl and Elf. It's clear to me now. Shoutcast gives you (by
default) a much larger burst and that's the difference I was seeing.
By the way: do you know sources for lists of stations? I see a "stream
directory" at icecast.org, but I don't know if it's available to download (I
think using a program to dig the info from the web is not ethical, as least
2013 Feb 26
2
Will FXRuby be ready to use with Ruby 2.0.0 x64 and x32 on Windows?
Hi Lars, people. I''ve realized that currently the gem(version 1.6.26) doesn''t work with Ruby 2.0.0 in Windows 32 bits, neither the 64 bits version, I''m talking about the versions listed here: http://rubyinstaller.org/downloads/ . There you can see both versions of Ruby and also the both versions of the DevKit: mingw64-32 and mingw64-64. I''ve tested with both
1999 Oct 20
3
patch for tinc-0.3
Hi tinc list members,
There were some problems with Ivo's email adresses (both zarq@iname.com
and
zarq@spark.icicle.dhs.org) so I resent the stuff to the mailling list.
=============================================
Hi Ivo,
Hier is een oplossing voor een bugje in flush_queue(), en ook wat andere
troepjes
zoals een tincd scheduler. Dit werkt wat beter, omdat de
2008 Jan 14
5
Question about buffering with icecast protocol
Hi,
I?ve seen that shoutCAST sends data much faster than real time when you
connect (for a while I assume, otherwise you?d be travelling to the
future:). That?s useful for fast buffering.
With icecast I don?t get that behavior, stream downloads at real time. Is
there a way to buffer data faster than real time? Maybe a ?seek? feature? I
need that because I need to allocate a special large
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following
message:
Warning message: Installation of package odesolve had non-zero exit status
in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1])
Moreover, in the source of odesolve is no makefile.
Does anyone know how to get a proper installation?
Maartje
2013 May 29
0
Relação de aprovados Japaratinga
Rela??o de aprovados Japaratinga:
Tapurah: ANA CAROLINE LIMA VASCONCELOS, L?VIO CHAVES D?D?, FRANCISCO JACKSON DE FREITAS SOUZA, PAULO WILLAME ARAUJO DE LIMA, JO?O CARLOS MOREIRA DE CARVALHO, DAMI?O ROCHA DOS SANTOS J?NIOR, MARIA HELENA DE OLIVEIRA SILVA, JARDEL DE LIMA NOBRE. SILVANA BEZERRA DA SILVA, ARIELA DE MACEDO RICARDO, LUCAS PINTO ASSUNCAO, GLAUCIO VALENCA PEREIRA RANGEL, REBECA FARIAS
2008 Jan 14
0
Where can I get a downloadable stream directory?
Hi,
I want to connect as a client. Please let me know about the listings you
mention. I?ve just asked this on another thread in the dev list:
I see a "stream directory" at icecast.org, but I don't know if it's
available to download (I think using a program to dig the info from the web
is not ethical, as least without permission). Shoutcast has a nice directory
but
2017 Jan 26
2
[cfe-dev] RFC: Emitting empty invariant group for vtable loads
2017-01-26 3:28 GMT+01:00 Richard Smith <richard at metafoo.co.uk>:
> On 25 January 2017 at 15:03, Hal Finkel via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
>> Hi Piotr,
>>
>> I think makes sense. Modulo bitcasts, the invariant is identified by a
>> particular pointer SSA value. Given that you can't sensibly have two
>> nonequivalent
2004 Dec 01
2
unbalanced design
Hi all,
I'm new to R and have the following problem:
I have a 2 factor design (a has 2 levels, b has 3 levels). I have an
object kidney.aov which is an aov(y ~ a*b), and when I ask for
model.tables(kidney.avo, se=T) I get the following message along with
the table of effects:
Design is unbalanced - use se.contrast() for se's
but the design is NOT unbalanced... each fator level
2017 Jan 31
0
[cfe-dev] RFC: Emitting empty invariant group for vtable loads
On 01/28/2017 10:36 AM, Piotr Padlewski wrote:
>
>
> 2017-01-26 15:41 GMT+01:00 Hal Finkel <hfinkel at anl.gov
> <mailto:hfinkel at anl.gov>>:
>
>
> On 01/26/2017 06:44 AM, Piotr Padlewski wrote:
>>
>>
>> 2017-01-26 3:28 GMT+01:00 Richard Smith <richard at metafoo.co.uk
>> <mailto:richard at metafoo.co.uk>>:
>>
2017 Jan 25
4
RFC: Emitting empty invariant group for vtable loads
Hi Piotr,
I think makes sense. Modulo bitcasts, the invariant is identified by a
particular pointer SSA value. Given that you can't sensibly have two
nonequivalent invariants associated with the same pointer SSA value
simultaneously, there's no need to also identify the invariant with a
metadata string as well. When we need a new "identifier" for the
pointed-to value, we
2017 Jan 28
2
[cfe-dev] RFC: Emitting empty invariant group for vtable loads
2017-01-26 15:41 GMT+01:00 Hal Finkel <hfinkel at anl.gov>:
>
> On 01/26/2017 06:44 AM, Piotr Padlewski wrote:
>
>
>
> 2017-01-26 3:28 GMT+01:00 Richard Smith <richard at metafoo.co.uk>:
>
>> On 25 January 2017 at 15:03, Hal Finkel via cfe-dev <
>> cfe-dev at lists.llvm.org> wrote:
>>
>>> Hi Piotr,
>>>
>>> I think
2016 Dec 29
0
Structure Padding and GetElementPtr
Only Clang really knows the original structure layout. You can pass
'-Xclang -fdump-record-layouts', though, to see the layout during
compilation. The DICompositeType metadata produced when compiling with
debug info might contain enough information to describe the original layout.
On Wed, Dec 28, 2016 at 6:44 PM, Hong Hu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
2004 Dec 15
1
TukeyHSD & Covariates
Dear R gurus,
I have the following model:
appcov.aov <- aov(yield ~ prevyield + trt + block)
where prevyield is a continuous numeric covariate and trt and block are
factors (yes, I did factor()!)
Now, when I do a TukeyHSD, my diff's are all screwed up!
For instance:
treatment mean for treatmen "E" is 277.25 and for treatment "O" is
279.5, so I figure the diff O-E
1999 Nov 15
1
UPGRADING text
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks to Michael H. Warfield <mhw at wittsend.com> for reminding me of
the need for upgrade instructions. The following text will be included
in the UPGRADING file in the next release:
Niels & Markus - have I missed anything? Feel free to adapt this for
your own purposes if you so desire.
Regards,
Damien Miller
- ----------
OpenSSH is
2016 Dec 29
1
Structure Padding and GetElementPtr
Yes, Reid. I have used these methods to figure out the layout.
Now my question is to build a map between the original layout and the new
layout. I show one example below. When LLVM IR access the 4th (starting
from 0th) member (i32) of the class A, the map will tell that in fact it is
accessing the originally 3rd member (i1). Any suggestion?
Regards,
Hu Hong
On 29 December 2016 at 10:50, Reid
2013 May 29
0
[fdo] Lista aprovados Passo de Camaragibe
Lista aprovados Passo de Camaragibe:
Chapad?o do Sul: ALINE RAQUEL BEZERRA LEITE, LEANDRO DO NASCIMENTO BATISTA, FERNANDO MONTEIRO DOS SANTOS, NEYLSON CAVALCANTE DOS SANTOS, JO?O CARLOS MOREIRA DE CARVALHO, CLEVILSON PEDRO FONSECA OLIVEIRA, MARIA DE FATIMA ALEIXO PINHEIRO, IVETE CORDEIRO DE SOUZA. SAMILLE DE OLIVEIRA CAVALCANTE, ELIS?NGELA DOS SANTOS SILVA, MAURY DE SIQUEIRA MELO PEREIRA, JOSEFA
2005 Mar 10
1
Listeners in SIP conferences
Hello list readers,
I've been trying out * for a week, setting up three SIP softphones with
SJPhone, calling from each other, conferencing, and it seems to be what
I was looking for, but I have yet one more question that I haven't been
able to find out by myself, is it possible to create conferences in
Asterisk with a (some) listener(s), that is, people who can only listen
to the
2011 Oct 06
1
access denied problem
?
I need to make available to everybody a samba share called
temp with total read and write permission.
I have tried lots of different options, but my last
smb.conf file looks like this:
[temp]
path = /mnt/fc9/temp
security = share
guest ok = yes
public = yes
writable = yes
force user = damian
The global section only says:
[global]
workgroups = grupo
I restart Samba and when I