search for: api1

Displaying 5 results from an estimated 5 matches for "api1".

Did you mean: api
2020 Sep 15
2
[ELF] String literals don't obey -fdata-sections
...oject/blob/master/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp#L799. [1] I came across the following GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 where they have fixed the issue back in 2015. Any reason not to do so in LLVM? My code example: - static library 1 : expose functions api1() and api3() > #include "lib1.h" > > static char *test = "Test"; > static char *unused = "Unused"; > > void api1(){ > printf(test); > } > > void api3(){ > printf(unused); > } - shared library : use only function api1() from s...
2019 Jan 10
2
Proposal for string keys for address_space
...string prefixes that distinguish the use in one part of an API from others in separately-maintained APIs, just as with symbol name prefixes in C APIs. Goals: - Allow for address_space to accept strings so various APIs do not need to share the same global name space of integers (address_space("API1") != address_space("API2")) - Print the string argument instead of an integer if address_space is provided with a string for more understandable error messages. (Possible) Implementation: Off the top of my head, it seems that a large chunk of this would be changing how address space...
2019 Jan 10
2
Proposal for string keys for address_space
...t; an API from others in separately-maintained APIs, just as with symbol >> name prefixes in C APIs. >> >> Goals: >> - Allow for address_space to accept strings so various APIs do not >> need to share the same global name space of integers >> (address_space("API1") != address_space("API2")) >> - Print the string argument instead of an integer if address_space is >> provided with a string for more understandable error messages. >> >> (Possible) Implementation: >> Off the top of my head, it seems that a large chunk...
2014 Jun 04
0
Getting random threading errors in jruby (1.7.3) & rails 2.3.17 application
...n.rb & hit lot many api requests in a second then I am getting following errors randomly for some of the api requests: 1. TypeError (NilClass can't be coerced into Float) 2. RuntimeError (can't add a new key into hash during iteration) 3. Rendering /appl/mml/tomcat/server/mml-api1/webapps/api/500.html (500 Internal Server Error) 4. Status: 500 Internal Server Error Does newer jruby version solves this issue? But my application does not support jruby > 1.7.3. Also even if I add the affecting method in below synchronize block then also it is not synchronizing tha...
2015 Jul 22
2
[LLVMdev] (no subject)
Hello, I have tried a lot fix this error but am not able to can you please find me a solution am trying to compile the SAFECode in Cygwin Environment to work for windows. used make -j4 command to make the files in cygwin i have got this error make[5]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include' /usr/bin/cp: cannot stat