Displaying 20 results from an estimated 80000 matches similar to: "[LLVMdev] Symbol table for complex data structure"
2010 Nov 01
2
[LLVMdev] Symbol table for complex data structure
Hi,
[Apologies, forgot to reply to list]
No, it's not LLVM specific, but I'll have a go at answering anyway.
The symbol table (in an AST, I assume?) deals with *symbols*. Assuming
your complex datatype is called a "struct" for simplicity's sake, your
symbol table would normally just store the struct's name, along with its
AST node.
Unless you want specific handling
2010 Nov 01
1
[LLVMdev] Symbol table for complex data structure
Hi,
As far as encapsulation is concerned, that's your decision (and sticking
the Symtab in a separate class is a good idea). I was more checking that
this symbol analysis is being done *on* your AST - so at the AST phase
of compilation.
James
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of leledumbo
>
2010 Nov 01
0
[LLVMdev] Symbol table for complex data structure
> The symbol table (in an AST, I assume?) deals with *symbols*. Assuming
> your complex datatype is called a "struct" for simplicity's sake, your
> symbol table would normally just store the struct's name, along with its
> AST node.
Actually, I don't put it along with the AST. It's a separate class in
separate module, should it be integrated?
Hmm... storing
2003 Aug 20
1
query on converting survey data from one structure to another
Dear R users,
I am trying to convert a dataset from one format to several rectangular
datasets. A consultant helped design the data entry program for our survey
using Delphi/Pascal and for each household the information is stored in a
file called "EA-HM-HH.TXT" where EA is the enumeration area number, HM is
the homestead number and HH is the household number. Within this file the
2008 Sep 18
0
[LLVMdev] Scope and symbol table
Hi,
the llvm programmer's manual states in the symbol table paragraph:
>The ValueSymbolTable class provides a symbol table that the
>Function and Module classes use for naming value definitions
and
>call setName on a value, which will autoinsert it into the appropriate
>symbol table
So I conclude the following:
-for Values, this intrinsic symbol table provides a function scope
2010 Sep 27
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
> Make sure you're using the correct perl - that one which comes with msys DTK
I'm using msys perl for msys 1.0.11. Maybe I should revert back to msys 1.0.10?
________________________________
Dari: Anton Korobeynikov <anton at korobeynikov.info>
Kepada: leledumbo <leledumbo_cool at yahoo.co.id>
Cc: llvmdev at cs.uiuc.edu
Terkirim: Sen, 27 September, 2010 13:45:47
Judul:
2010 Sep 29
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
Good morning.
I don't understand relation between output.log and error.log.
It seems all LLVM libraries are not found on linking opt.exe.
Please show us logs with command lines with make VERBOSE=1
It would be better only then to touch a few files. (eg.
lib/Transforms/Scalar/GVN.cpp)
The warning of --export-dynamic might be harmless,
and you may add the option --enable-auto-import
IIRC
2012 Oct 26
1
Parsing very large xml datafiles with SAX (XML package): What data structure should I favor?
Hello again,
I have another question related to parsing a very large xml file with SAX:
what kind of data structure should I favor? Unlike using DOM function that
can return lists of relevant nodes and let me use various versions of
'apply', the SAX parsing returns me one thing at a time.
I first tried to simply append to simple solution of appending to lists as
I get the data. But I
2013 Sep 30
0
[LLVMdev] llvm-ar does not generates symbol table for contained bitcode files
On 19 September 2013 11:59, Jason Holajter <jholajter at arxan.com> wrote:
> Hi,
>
> The behavior of llvm-ar appears to have changed such that the archive symbol
> table no longer contains symbols contained within bitcode modules in the
> archive. This behavior appears to have been changed with revision 184083
> when the internal implementation of llvm-ar was changed from
2019 Feb 07
0
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
This doesn't seem to be happening on MacOS, neither in Terminal nor RStudio, (R 3.5.1, R-devel, R-patched). So probably Windows specific.
-pd
> On 7 Feb 2019, at 11:17 , David Byrne <david.byrne222 at gmail.com> wrote:
>
> Bug
> Using read.table(file, encoding="UTF-8") to import a UTF-8 encoded
> file containing the infinity symbol (' ? ') results in
2013 Sep 19
2
[LLVMdev] llvm-ar does not generates symbol table for contained bitcode files
Hi,
The behavior of llvm-ar appears to have changed such that the archive symbol table no longer contains symbols contained within bitcode modules in the archive. This behavior appears to have been changed with revision 184083 when the internal implementation of llvm-ar was changed from lib/Archive/Archive.cpp to lib/object/Archive.cpp. This seems to occur because ObjectFile::createObjectFile()
2017 Apr 23
0
impossible to link against libtheoraenc (missing symbol th_comment_query_count)
I've got a huge problem with libtheora. All is fine if I link only
against libtheoradec but as soon as I try to link also against
libtheoraenc everything breaks down:
libtheoraenc.so.1 dlerror: libtheoraenc.so.1: undefined symbol:
th_comment_query_count.
I've checked with NM to see how the libraries depend on each other:
nm libtheoraenc.so.1 | grep th_comment_query_count
2011 May 09
1
Fortran Symbol Name not in Load Table
I am trying to call a FORTRAN subroutine from R. is.loaded is turning out to
be TRUE. However when I run my .Fortran command I get the following error:
Error in .Fortran("VALUEAHROPTIMIZE", as.double(ahrArray),
as.double(kwArray), :
Fortran symbol name "valueahroptimize" not in load table
I have given the FORTRAN declaration below:
subroutine VALUEAHROPTIMIZE(AHR,
2016 May 31
0
[RFC] Thoughts on a bitcode symbol table
On Fri, May 27, 2016 at 8:48 AM, Rafael EspĂndola <llvm-dev at lists.llvm.org>
wrote:
> This is about https://llvm.org/bugs/show_bug.cgi?id=27551.
>
> Currently there is no easy way to get symbol information out of
> bitcode files. One has to read the module and mangle the names. This
> has a few problem
>
This would be great for ThinLTO as well:
>
> * During lto
2006 Feb 09
0
rails 1.0 loses its symbol table randomly
Hi all,
I''m running a site on Rails, and since I upgraded from 0.13 to 1.0,
I''ve been seeing trouble with instances (via fastcgi) losing their
symbol table.
After some period of running (several hours), the instance will lose
some section of its symbol table. What I mean by that is, I start
seeing a bunch of exceptions like
undefined constant: xxxxx
where xxxxx is
2008 Oct 29
1
Escape pipe symbol in textile table
This is not really a RoR specific question but i figured some of you
might know the answer.
I''m trying to create a table in textile like this:
bc..
|@.@|Any character except new line (\n)|
|. @(a|b)@|a or b|
bc.
As you can see, on the second row in the first column I need to ouput a
pipe symbol(|). But obviously textile sees this as a column specifier
for the table.
I tried escaping
2019 Feb 07
0
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
There seems to be something odd with "?" on Windows (and not only with
read.table)
In native encoding (cp-1252 in my case), "?" gets converted to "8"
x <- "?"
Encoding(x)
#> [1] "unknown"
print(x)
#> [1] "8"
charToRaw(x)
#> [1] 38
"?" is indeed "8"
identical(x, "8")
#> [1] TRUE
Everything
2006 Jun 30
0
Three ActiveRecord features we want at work - any comments/suggestions?
Hi
I thought I would run this past the Rails list before I start doing
any work because I don''t want to re-invent any wheels.
Basically the situation I''m in is that I work for a company that is
currently working on two big non-Rails projects used for financial
purposes (one sells vehicles and vehicle finance, the other is an
internal broker management system used by
2011 Aug 26
1
occasional dovecot crash, core captured but no symbol table info?
Dovecot is crashing occasionally for me. Today it crashed six times in quick succession, as I fired up a computer (Mac) I hadn't used in a while, and my mail application (Apple Mail) tried to synchronize many large mailboxes.
The log entries look like this:
Aug 26 10:26:15 computer dovecot: dovecot: child 23223 (imap) killed with signal 6 (core dumped)
Aug 26 10:26:30 computer dovecot:
2011 May 09
5
Fortran Symbol Name not in Load Table
I am trying to call a FORTRAN subroutine from R. is.loaded is turning out to
be TRUE. However when I run my .Fortran command I get the following error:
Error in .Fortran("VALUEAHROPTIMIZE", as.double(ahrArray),
as.double(kwArray), :
Fortran symbol name "valueahroptimize" not in load table
I have given the FORTRAN declaration below:
subroutine VALUEAHROPTIMIZE(AHR,