search for: extraoptions

Displaying 7 results from an estimated 7 matches for "extraoptions".

Did you mean: extra_options
2006 Feb 27
0
method dispatch and in-place modification? - unclass, RemoveClass, getDataPart, method dispatch
I have a little problem about method dispatch and "unnessary" copying. Basically what I would like to do is: `[.myclass` <- function(x, i,j, extraopt=TRUE/FALSE, drop=TRUE) { ...do stuff depending on extraopt... value <- Nextmethod("[", x, i,j, drop=TRUE) ... do more stuff depending on extraopt... } I have two general problems: (1) NextMethod() really
2017 Oct 02
2
[EXT] Should we switch to --hash-style=both by default in LLD ?
Le 2 oct. 2017 à 18:37, Rui Ueyama <ruiu at google.com<mailto:ruiu at google.com>> a écrit : Changing default to "both" is probably fine, but what does that change actually mean in practice? I believe clang already passes --hash-style=both to the linker by default. Not exactly. The current Linux driver (I haven't checked other ELF-based systems) reads this
2017 Oct 02
2
Should we switch to --hash-style=both by default in LLD ?
+1 for both table formats. Then we're compatible by default no matter what. If somebody cares about .o file size, they can explicitly specify their --hash-style. On Mon, Oct 2, 2017 at 5:35 AM, George Rimar via llvm-dev < llvm-dev at lists.llvm.org> wrote: > >> Le 2 oct. 2017 à 14:23, George Rimar <grimar at accesssoftek.com> a écrit > : > >> > >> I
2014 Jun 28
1
tftp-hpa 5.2
...us xinetd.service? xinetd.service - Xinetd A Powerful Replacement For Inetd ? ?Loaded: loaded (/usr/lib/systemd/system/xinetd.service; enabled) ? ?Active: active (running) since Sat 2014-06-28 12:19:13 EST; 20s ago ? Process: 13379 ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid $EXTRAOPTIONS (code=exited, status=0/SUCCESS) ?Main PID: 13380 (xinetd) ? ?CGroup: /system.slice/xinetd.service ? ? ? ? ? ???13380 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid Jun 28 12:19:13 ws-lapy xinetd[13380]: removing daytime Jun 28 12:19:13 ws-lapy xinetd[13380]: removing discard Jun 28 12:19:...
2014 Jun 28
1
tftp-hpa 5.2
...Xinetd A Powerful Replacement For Inetd >> ? ?Loaded: loaded (/usr/lib/systemd/system/xinetd.service; enabled) >> ? ?Active: active (running) since Sat 2014-06-28 12:19:13 EST; 20s >> ago ? Process: 13379 ExecStart=/usr/sbin/xinetd -stayalive -pidfile >> /var/run/xinetd.pid $EXTRAOPTIONS (code=exited, status=0/SUCCESS) >> ?Main PID: 13380 (xinetd) ? ?CGroup: /system.slice/xinetd.service >> ? ? ? ? ? ???13380 /usr/sbin/xinetd -stayalive -pidfile >> /var/run/xinetd.pid Jun 28 12:19:13 ws-lapy xinetd[13380]: removing >> daytime Jun 28 12:19:13 ws-lapy xinetd[13...
2010 Jan 18
2
[LLVMdev] LLVM-gcc for ARM
hi, So... I followed the following steps in order to compile the llvm-gcc frontend. The single problem is that mentioned in the previous message: llvm-gcc HelloWorld.c /home/LLVM/install/lib/gcc/arm-elf/4.2.1/../../../../arm-elf/bin/ld: this linker was not configured to use sysroots collect2: ld returned 1 exit status 1. I have compiled the binutils for the arm-none-eabi target. Options:
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...sion procs and close proc from InputInfoRec. xfree86: skip a few NULL initialization, calloc does it for us. xfree86: minor comment fix. HAL ? config backend xfree86: move a declaration down to the block it is used in. xfree86: remove some ifdef 0 code. xfree86: remove extraOptions field from IDevRec. xfree86: Remove extraOptions parameter from xf86CollectInputOptions. xfree86: plug minor memory leak. xfree86: remove IDevRec, replace with InputInfoRec. xfree86: update comment for xf86DeleteInput xfree86: remove XI_PRIVATE macro, unused. xfr...