search for: hooknam

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

Did you mean: hookname
2009 Nov 19
0
[LLVMdev] More questions on CompilerDriver.
...y creating a separate linker tool for each device_name (should be easy with inheritance) and then using OptionalEdges to choose the right "linker". A better solution is to add a 'forward_processed_value' action of the form '(forward_processed_value "opt-name" "HookName")'. Or maybe even '(forward_transformed_value "p" "$VAL.o")'. Ideally, I'd like to make primitive actions composable, so that it'd possible to write something like '(forward (apply_hook "HookName" (get_value "p")))', but it&...
2009 Nov 19
3
[LLVMdev] More questions on CompilerDriver.
Hi Mikhail, I was trying to figure out how to do the following in compiler driver. 1. mcc16 driver has a -p <device_name> option. Now from this device_name I want to be able to construct a file name like "device_name.o" and pass that to the linker. Unpack_values "p" gives me the device_name, but I do not know how to add ".o" suffix to it. something like:
2014 Feb 25
1
What this error means
...e following error . Any idea what it means ? *** caught segfault *** address 0x102, cause 'memory not mapped' Traceback: 1: sys.parent() 2: sys.function(sys.parent()) 3: formals(sys.function(sys.parent())) 4: match.arg(event) 5: packageEvent(pkgname, "detach") 6: exists(hookName, envir = .userHooksEnv, inherits = FALSE) 7: getHook(packageEvent(pkgname, "detach")) 8: detach("package:td", unload = TRUE) Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Thanks, Sandi...
2013 Apr 03
0
R 3.0.0 is released
...circumstances such as a garbage collection triggering a recursive call. o Field assignments in reference class objects via $<- were not being checked because the magic incantation to turn methods on for that primitive operator had been inadvertently omitted. o setHook(hookname, value, action="replace") set the hook to be the value, rather than a list containing the value as documented. (PR#15167) o If a package used a NEWS.Rd file, the main HTML package index page did not link to it. (Reported by Dirk Eddelbuettel.) o The primitive...
2013 Apr 03
0
R 3.0.0 is released
...circumstances such as a garbage collection triggering a recursive call. o Field assignments in reference class objects via $<- were not being checked because the magic incantation to turn methods on for that primitive operator had been inadvertently omitted. o setHook(hookname, value, action="replace") set the hook to be the value, rather than a list containing the value as documented. (PR#15167) o If a package used a NEWS.Rd file, the main HTML package index page did not link to it. (Reported by Dirk Eddelbuettel.) o The primitive...