Displaying 7 results from an estimated 7 matches for "admisible".
Did you mean:
admissible
2012 Nov 30
0
[LLVMdev] MC and admisible function names
...d it will probably tell you why the function isn't being found.
-Andy
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Óscar Fuentes
Sent: Friday, November 30, 2012 8:59 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] MC and admisible function names
While using MCJIT, when I define a function with name
Fn_.._lib_rc-variant.lp0_17_0x706970
ExecutionEngine::getPointerToFunction fails to locate it (returns 0).
There is no problem if the function is named Fn_0x706970.
There is no problem with those names using the traditional JI...
2012 Nov 30
2
[LLVMdev] MC and admisible function names
While using MCJIT, when I define a function with name
Fn_.._lib_rc-variant.lp0_17_0x706970
ExecutionEngine::getPointerToFunction fails to locate it (returns 0).
There is no problem if the function is named Fn_0x706970.
There is no problem with those names using the traditional JIT.
Is there any special limitation on function names for MC/MCJIT?
2012 Dec 01
0
[LLVMdev] MC and admisible function names
Hello Andy,
"Kaylor, Andrew" <andrew.kaylor at intel.com> writes:
> I'm not aware of any intentional function name limitations with MCJIT.
> It's entirely possible that something somewhere is rejecting the name
> for one reason or another (intentionally or otherwise).
Yep, apparently those names with characters outside the acceptable range
of the object file
2004 May 19
1
volume parameter PLEASE!
The 'volume' parameter works fine? I would like
change the share name on windows but not works!
The share:
[share]
path = /home/unipost/barcelona/industria9/admision
volume = anothername
writeable = yes
When i try to mount "share" windows shows the name
"share" and not "anothername"
Anyone help me please?
thanks!
2010 Nov 05
1
Una guía de estilo para programar en R...
...h.se/help/R/RCC/.
Algunos puntos concretos sobre los que quisiera opinar son:
a) Nombres de variables: promueve el formato “palabra.otrapalabra” y
desaconseja “palabraOtrapalabra”. Como es habitual en esta guía, no explica
las razones. En mi opinión ambas estrategias deberían ser perfectamente
admisibles, la primera dada su gran “tradición R” y la segunda dadp que
también es muy común en otros lenguajes (y también en R). Ambas son
altamente expresivas, aunque yo prefiero la segunda.
b) Nombres de funciones: no encuentro muy razonable que tengan que empezar
por una letra mayúscula. Puede ser simpl...
2013 Nov 07
1
[LLVMdev] Is $ not allowed in names?
On 07/11/13 16:20, Óscar Fuentes wrote:
> You are using MCJIT, aren't you?
I'm using the JIT created by "EngineBuilder.setEngineKind(
EngineKind::JIT )". Is that MCJIT?
> `$' is a valid character on LLVM. However, MCJIT adds the naming
> restrictions imposed by the object file spec it uses (ELF, IIRC). Which
> is something quite nasty to do for a JIT engine,
2012 Jan 19
1
bug en funcion 'agrep'
Estimados R-users:
Estoy intentando usar la función 'agrep' para hacer búsquedas en
cadenas de texto. El parámetro max.distance permite controlar la
medida de aproximación de búsqueda de la función de Levenshtein. No
obstante, cuando hago búsquedas específicas no obtengo siempre el
resultado deseado y no se si es un bug o que no entiendo bien el
algoritmo de búsqueda. Por