Displaying 8 results from an estimated 8 matches for "xchk".
Did you mean:
xchg
2020 Feb 21
0
capabilities(), was [R-pkg-devel] ... No protocol specified (OS X only)
...% c("X11", "jpeg", "png", "tiff"))) {
## This might throw an X11 error
z[nas] <- tryCatch(.Internal(capabilitiesX11()),
error = function(e) FALSE)
}
z
}
and we could easily add a 2nd argument, say 'Xchk = TRUE' like
this
capabilities <- function(what = NULL, Xchk = TRUE)
{
z <- .Internal(capabilities())
if(!is.null(what))
z <- z[match(what, names(z), 0L)]
if(.Platform$OS.type == "windows") return(z)
if(Xchk) {
## Now we need to deal with any NA en...
2007 Jul 13
3
[LLVMdev] NO-OP
>> I've built a pass to split critical edges of machine functions, and I have
>> to insert new basic blocks. Some of them will have MBB->begin() ==
>> MBB->end().
>
> Ah, machine basic blocks are different. They *are* allowed to be empty.
>
I would like to build an "insertNoOp" and add it to MRegisterInfo. I would
have one for each target. For the
2007 Jul 13
1
[LLVMdev] NO-OP
...have your code handle them.
Currently, that is the solution. I have a special treatment for empty
basic blocks. I think the code would be more homogeneous if there were no
empty basic blocks.
>
> There is a NOP "instruction" on x86, equivalent to XCHG EAX, EAX.
The problem with xchk EAX, EAX is that is uses registers, and it would
add a small burden on the register allocator.
Fernando
2007 Jul 13
0
[LLVMdev] NO-OP
On Jul 13, 2007, at 10:53 AM, Fernando Magno Quintao Pereira wrote:
>
>>> I've built a pass to split critical edges of machine functions,
>>> and I have
>>> to insert new basic blocks. Some of them will have MBB->begin() ==
>>> MBB->end().
>>
>> Ah, machine basic blocks are different. They *are* allowed to be
>> empty.
2007 Jul 14
0
[LLVMdev] NO-OP
Hello, Fernando.
> The problem with xchk EAX, EAX is that is uses registers, and it would
> add a small burden on the register allocator.
There is "just" NOP instruction on x86. Its opcode is 0x90.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2020 Apr 24
0
R 4.0.0 is released
...ests
option is always specified. Thanks to Reinhold Koch for the
suggestion.
* New function R_user_dir() in package tools suggests paths
appropriate for storing R-related user-specific data,
configuration and cache files.
* capabilities() gains a new logical option Xchk to avoid warnings
about X11-related capabilities.
* The internal implementation of grid units has changed, but the
only visible effects at user-level should be
* a slightly different print format for some units (especially
unit arithmetic),
* faster perf...
2020 Apr 24
0
R 4.0.0 is released
...ests
option is always specified. Thanks to Reinhold Koch for the
suggestion.
* New function R_user_dir() in package tools suggests paths
appropriate for storing R-related user-specific data,
configuration and cache files.
* capabilities() gains a new logical option Xchk to avoid warnings
about X11-related capabilities.
* The internal implementation of grid units has changed, but the
only visible effects at user-level should be
* a slightly different print format for some units (especially
unit arithmetic),
* faster perf...
2020 Apr 24
0
R 4.0.0 is released
...ests
option is always specified. Thanks to Reinhold Koch for the
suggestion.
* New function R_user_dir() in package tools suggests paths
appropriate for storing R-related user-specific data,
configuration and cache files.
* capabilities() gains a new logical option Xchk to avoid warnings
about X11-related capabilities.
* The internal implementation of grid units has changed, but the
only visible effects at user-level should be
* a slightly different print format for some units (especially
unit arithmetic),
* faster perf...