search for: postprocessing

Displaying 20 results from an estimated 158 matches for "postprocessing".

2015 Feb 18
6
[LLVMdev] [lld] Undefined symbols postprocessing
...se to add the ability to ignore undefined symbols during initial resolution, and then postprocess only those undefines for the second time after the pass manager execution. Technically, this shouldn't be a problem: - there will be a new option in the linking context that should signal that the postprocessing of undefined symbols should be performed. - if postprocessing option is set, newly added symbols will be collected in the MergedFile returned by the Resolver, and then only those new symbols will take part in the resolution process very similar to what Resolver::resolve() does. - available impleme...
2015 Feb 19
3
[LLVMdev] [lld] Undefined symbols postprocessing
...nly those undefines for the second time > after the pass manager execution. Do you want to do that before or after dead code elimination? I think dead code elimination should be performed after all possible object code modifications done by lld. Therefore, it should be done after undefines' postprocessing as well. Shankar: > I propose to add the ability to ignore undefined symbols during initial > resolution, and then postprocess only those undefines for the second time > after the pass manager execution. I came across this same problem, and was planning on adding a notifyUndefinedSymbol t...
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
>From 8fb8c285e69c0f4cde28061019a8e399641d5ef1 Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sun, 22 Mar 2009 00:27:56 -0400 Subject: [PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl Just a sprinkling of comments adding further description to the code. --- memdisk/memdisk.inc | 34 +++++++++++++++++++++-------------
2020 Apr 15
1
Centos 7: cups-pdf Postprocessing prevented by selinux :(
Hi, how can I make it so that printing to a cups PDF printer can successfully run the postprocessing script I specified in /etc/cups/cups-pdf.conf? It does work with 'sentenforce permissve', and after creating and installing some selinux modules from audit.log entries, it still doesn't work, and there doesn't seem to be anything else that might prevent the postprocessing script...
2015 Feb 19
4
[LLVMdev] [lld] Undefined symbols postprocessing
...gt;> after the pass manager execution. >> Do you want to do that before or after dead code elimination? >> I think dead code elimination should be performed after all possible >> object code modifications done by lld. Therefore, it should be done >> after undefines' postprocessing as well. > Gnu does dead code elimination before undefines are reported. So if a > function is not called and it has a undefined reference its would not > be an undef. >> >> Shankar: >>> I propose to add the ability to ignore undefined symbols during initial >>...
2015 Feb 23
2
[LLVMdev] [lld] Undefined symbols postprocessing
...the pass manager execution. >>> Do you want to do that before or after dead code elimination? >>> I think dead code elimination should be performed after all possible >>> object code modifications done by lld. Therefore, it should be done >>> after undefines' postprocessing as well. >> Gnu does dead code elimination before undefines are reported. So if a >> function is not called and it has a undefined reference its would not >> be an undef. >>> >>> Shankar: >>>> I propose to add the ability to ignore undefined symbols d...
2015 Feb 25
2
[LLVMdev] [lld] Undefined symbols postprocessing
...execution. >>>> Do you want to do that before or after dead code elimination? >>>> I think dead code elimination should be performed after all possible >>>> object code modifications done by lld. Therefore, it should be done >>>> after undefines' postprocessing as well. >>> Gnu does dead code elimination before undefines are reported. So if a >>> function is not called and it has a undefined reference its would not >>> be an undef. >>>> >>>> Shankar: >>>>> I propose to add the ability to ig...
2010 Jan 23
6
Problem with trine - no landscape!
Hi everyone, I am new to the forum. I have succesfully installed trine using wine. At the first attempt the program crashed, bud I managed to solve it adding some dll files. Now the game runs, but there is still a problem: on the screen it can only be seen the characters of the game, no landscape. The characters seem to be floating, and this way is impossible to play the game. I have tried
2016 Apr 28
4
[Bug 95190] New: Tomb Raider with PostProcessing enable and Depth of Field set to Ultra has white stuff in the foreground
https://bugs.freedesktop.org/show_bug.cgi?id=95190 Bug ID: 95190 Summary: Tomb Raider with PostProcessing enable and Depth of Field set to Ultra has white stuff in the foreground Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/D...
2007 Aug 25
1
Theora vs MPEG vs H264
Hi all, I have to compare the theora codec with MPEG and H264. I was googling and I found that the PSNR is a common used parameter. How can I do this with Theora? Thanks -- Leonardo de Paula Rosa Piga Undergraduate Computer Engineering Student LSC - IC - UNICAMP http://www.students.ic.unicamp.br/~ra033956
2017 Dec 08
2
[RFC] - Deduplication of debug information in linkers (LLD).
>Postprocessing (ie: running a tool on the fully linked binary with the debug info we have today, and having the tool reprocess the debug info to make it more >compact) is an option, but wouldn't help address the problem you started with - that the output can't fit the large offsets, so the output is in...
2008 Jun 07
2
mkhtml.py: writing HTML documents in Markdown
...gt; But at the top of <http://canonical.org/~kragen/crywrap.html> the problem shows up anyway. Of course, neither tag has any business being in the HTML body; they should both be in the head. Since you?re loading BeautifulSoup anyway, you probably want to include that as fix-up step in your postprocessing. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>
2006 Jan 22
1
including .svg vector graphics?
Hello there, I must say I am quite happy with the output devices for graphics in R already, but still ... I am wondering if there are any plans for incorporating the option to save graphs as ".svg" files. This would make it easy to postprocess figures in R with Inkscape, the open source vector graphics editor. The reason why I would want to postprocess vector graphics is to save
2007 Mar 06
2
SVG and tooltips, hyperlinks
...h R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to support the notion that plot objects have titles or are act as hyperlinks, so I am helping myself by giving the objects funny unique colors and then postprocessing the .svg file. I wonder whether somebody has already implemented this in a more elegant way. Best wishes Wolfgang ------------------------------------------------------------------ Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber
2006 Jul 24
2
Meaning of "actions"
This is a semantic question. (I''m doing some technical writing about DTrace.) I''ll little confused about how to explain what an "action" is. By any definition, "trace(x);" is an action. However, what about just "i++;"? Looking at the DTrace guide page 76: "Probe actions are described by a list of statements separated by semicolons (;)
2006 Aug 28
2
Help with Functions
Hello wizards, I need to convert the following functions (prestd, poststd, prepca) of matlab to R. Does Somebody knows how to do it. A description of the functions is: prestd preprocesses the network training set by normalizing the inputs and targets so that they have means of zero and standard deviations of 1. poststd postprocesses the network training set which was preprocessed by prestd. It
2008 Oct 13
2
Sweave from Kile
Hello Does anybody have experience with Sweave run from Kile? I'm trying to make it run but have problems and don't know if the instructions are false or I do something wrong (my knowledge in bash and shell is too low to understand it)... I discovered recently Sweave and wanted to run it from my latex editor, Kile. I found and followed these instructions: > If you want to be able
2008 Oct 28
2
writting null (\000 or ^@) to an external text file without the new warning
I have some functions that write an external text file for postprocessing by another program. Some instructions to the other program need to be indicated by null values (\000 or ^@). The function currently uses code like: writeChar(rawToChar(as.raw(0)), con) where con is a connection to the file. Previous to version 2.8.0 this worked fine. With 2.8.0 it still works...
2018 Nov 12
2
Convert Register Names to String
Hi Tim, Thanks for the nice answer. The code that you mentioned, seems to generate the IR. You mean I should reuse the code to extract and output the register names in a file. Next, I should postprocess the file in my own pass? Regards. On Mon, 12 Nov 2018 at 13:09, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Ahmad, > > On Sun, 11 Nov 2018 at 13:39, Ahmad Nouralizadeh
2006 Mar 23
4
Create graphs from text console
Hi I am using R 2.2.1 under Linux (SuSE 10) and would like to know if it is possible to create graphs, i.e. jpeg(filename=fn) try( coplot( mor$I_Morisita ~ mor$Year | mor$RunStr, show.given=FALSE) ) dev.off() from a text console? It gives me an error message on the jpeg() command: Error in X11(..snip..) unable to start device jpeg In addition: warning message: unable to open connection to