search for: vivien

Displaying 20 results from an estimated 50 matches for "vivien".

2011 Sep 12
3
Error message for .csv file
...package SPACECAP and have successfully run it with other .csv files but now keep getting this error message. I can't see anything wrong with the file which is simply three columns of data. I am relatively new to R and am at a loss as to what I can do to correct this. Can anyone help? Thanks Vivien -- View this message in context: http://r.789695.n4.nabble.com/Error-message-for-csv-file-tp3807651p3807651.html Sent from the R help mailing list archive at Nabble.com.
2019 Feb 25
2
[IR][AsmPrinter][MCJIT]: ensure every x64 "CALL" to Jit function uses relative address
...aded at the same virtual address (this allow me to debug with PDB after reload). If not reloaded at same address I restart the process from the beginning until it does (quite dirty but it really does the job until I have a better option). Keep me in touch with the progress of your work ! Thanks ! Vivien Le jeu. 21 févr. 2019 à 01:02, Lang Hames <lhames at gmail.com> a écrit : > Hi Vivien, > > RuntimeDyld (the JIT-linker currently underlying MCJIT and ORC) requires > large code model, which I believe renders this discussion moot since all > jumps are via registers. > >...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...hary ! If there a way to easily create a new PDBFileBuilder from an existing PDBFile or can/should I do the translation myself ? I would like to start from a builder filled with the EXE PDB data and then complete its DBI stream with the JIT module/symbols. Thanks ! Le mer. 16 janv. 2019 à 23:41, Vivien Millet <vivien.millet at gmail.com> a écrit : > Thank you Zachary ! > I will have some soon I think .. > I first need to explore the llvmpdb-util code more because I don't even > know where to start with the PDB api.. > > Le mer. 16 janv. 2019 à 22:51, Zachary Turner &l...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...es so that they are correct after the > merge. Both types and symbols can refer to types, so you will need to do > this both for the types of the jitted code as well as the symbols of the > jitted code. > > Let me know if that makes sense. > > On Thu, Jan 17, 2019 at 10:24 AM Vivien Millet <vivien.millet at gmail.com> > wrote: > >> Ok I see.. >> what do you mean by “making sure to de-duplicate records as necessary” ? >> >> Le jeu. 17 janv. 2019 à 19:09, Zachary Turner <zturner at google.com> a >> écrit : >> >>> It&...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...e possible, but most of LLVM's File > I/O abstractions are based around mmapping a file and writing to it, which > doesn't work when you don't know the file size in advance. So there would > be some interesting problems to solve here. > > On Thu, Jan 17, 2019 at 10:03 AM Vivien Millet <vivien.millet at gmail.com> > wrote: > >> Hi Zachary ! >> If there a way to easily create a new PDBFileBuilder from an existing >> PDBFile or can/should I do the translation myself ? >> I would like to start from a builder filled with the EXE PDB data and...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
...n configure this in MCJIT, you won't even need to do anything, > you can just open the ObjectFile, look for the .debug$T and .debug$S > sections, iterate over each one and re-write their TypeIndices while > copying them to the output PDB file. > > On Thu, Jan 17, 2019 at 10:52 AM Vivien Millet <vivien.millet at gmail.com> > wrote: > >> Ok I understand more what you meant. In fact I don’t care about the pdb >> size, at least as a first step, so it won’t be a problem for me to have >> duplicated symbols. Concerning TypeIndices my plan if possible is not...
2010 Jun 28
2
Axes intercept
I have a plot where the values of the y axis go from a positive number to a negative number and I want the x axis to intercept at zero rather than at the bottom of the y axis, regardless of its value. Can anyone help me to do this? Thanks in advance Vivien Vivien Kent MSc Oxon PhD candidate Evolutionary Anthropology Research Group Department of Anthropology Durham University Dawson Building South Road Durham DH1 3LE United Kingdom Email 1: v.t.kent@durham.ac.uk Email 2: vivien.kent@gmail.com Web: www.graduatejunction.com/academic/vivien_k...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...d those symbols could have meaningful > RVAs. And you might not even need to detach the debugger if you do things > this way, because you could just right click the jitted_code.dll module in > the modules window and choose Load Symbols. > > > > On Wed, Jan 23, 2019 at 11:13 AM Vivien Millet <vivien.millet at gmail.com> > wrote: > >> Yes this is it, I just make a copy from a pdb generated by link.exe (the >> microsoft one). >> Using llvm-pdbutil to compare is what I do, except I do it with "-all" >> And I get almost everything the sa...
2014 Oct 08
1
[Pigeonhole Sieve interpreter] :create argument and lda_mailbox_autosubscribe setting
...ibe = yes ]] Also I noticed that if I don't use ":create" in my filters and instead set "lda_mailbox_autocreate = yes" in Dovecot's LDA config, then this time the behavior looks correct as the automatic subscription will only happen for a newly created mailbox. Thanks, Vivien -- Vivien Lacourba World Wide Web Consortium Systems & Network Engineer http://www.w3.org vivien at w3.org Tel: +33.4.92.38.78.89 http://www.w3.org/People/Vivien Fax: +33.4.92.38.78.22 -- Vivien Lacourba World...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...t address of your jit operations. > > Again, this is just an idea, no promises it will work, but unfortunately > that's kind of the best you can do when dealing with closed source things, > just make guesses and hope for the best. > > > > On Wed, Jan 23, 2019 at 12:42 PM Vivien Millet <vivien.millet at gmail.com> > wrote: > >> (Yes you are right this is my fault) >> Considering the string table, it only seems to contains file relative >> informations in every pdb I am using, and it looks correct but I will check >> it. >> I looked...
2019 Jan 16
2
[llvm-pdbutil] : merge not working properly
Sure. Along the way I’m happy to answer any specific questions you might have too even if it’s for your downstream project On Wed, Jan 16, 2019 at 1:38 PM Vivien Millet <vivien.millet at gmail.com> wrote: > I would be up to improve pdbutil but I doubt I have enough knowledge or > time to provide the complete merge feature, it would still be a very > specific kind of merge as you describe it. Anyway I could start trying to > do it in my ji...
2018 Mar 14
1
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
I'm sorry but I don't think I understand the question. But if you can't produce a pdb using MSVC, it is hard to imagine that only lld can do, unless MSVC linker has a bug. On Wed, Mar 14, 2018 at 3:07 PM Vivien Millet <vivien.millet at gmail.com> wrote: > Hi, thanks for the answers, i tried to use LINK.EXE to produce a pdb, but > unfortunately, it produces an empty pdb (i have debug symbols in the dumped > .obj because I can see them with PEViewer). > It is probably because i have undef...
2018 Mar 14
2
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
On Fri, Mar 9, 2018 at 7:00 PM Lang Hames <lhames at gmail.com> wrote: > Hi Vivien, > > I'm not familiar with Windows development, but I believe you could dump > the object file to disk then run LINK.EXE to produce the PDB. > Alternatively, I think LLD can also produce PDB files (Rui -- is that > right?), in which case you may be able to use that. > Yes, ll...
2019 Jan 16
2
[llvm-pdbutil] : merge not working properly
Well, that’s certainly possible, but improving llvm-pdbutil is another possibility. Doing it directly in your jit compiler will probably save you time though, since you won’t have to worry about writing tests and going through code review On Wed, Jan 16, 2019 at 1:01 PM Vivien Millet <vivien.millet at gmail.com> wrote: > Thanks for the tips ! > When you talk about doing all of this I suppose you think about using > llvm/debuginfo/pdb, pick code here and there to generate the pdb in memory, > read the executable one and perform the merge directly in my...
2018 Mar 14
0
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
...if all symbols referenced are not resolved. Do you think LLD would do the same if the .obj is not 'valid' by itself alone ? 2018-03-14 22:07 GMT+01:00 Rui Ueyama <ruiu at google.com>: > On Fri, Mar 9, 2018 at 7:00 PM Lang Hames <lhames at gmail.com> wrote: > >> Hi Vivien, >> >> I'm not familiar with Windows development, but I believe you could dump >> the object file to disk then run LINK.EXE to produce the PDB. >> Alternatively, I think LLD can also produce PDB files (Rui -- is that >> right?), in which case you may be able to use...
2005 Nov 16
3
Combine related plots
Dear R users, If I have to combine plots which have the same independent and dependent variables in one graph. Which command should I use? Any example? Can I use "panel"? Your help will be deeply appreciated. Thanks! -Vivien Chen- [[alternative HTML version deleted]]
2019 Feb 09
2
[IR][AsmPrinter][MCJIT]: ensure every x64 "CALL" to Jit function uses relative address
...OT then ? Is there an api somewhere in the execution engine / MCJIT ? Or is it somewhere else ? Or I need to accept the idea of hacking stuff inside the LLVM code myself ? Le sam. 9 févr. 2019 à 20:38, Tim Northover <t.p.northover at gmail.com> a écrit : > On Sat, 9 Feb 2019 at 17:38, Vivien Millet via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Is it possible to tell LLVM somewhere that we prefer the asm printer to > use x64 relative CALL (0xFF) instead of absolute one? > > 0xff is always absolute, isn't it? And for JITs the relative variants > a...
2019 Jul 12
2
[clang][AST] : extern "C" symbols not present or not visited when traversing TU decl
...he AST. I first supposed it was a problem with missing includes or else, but clang ouput no errors, and more, now when tracing the files of every symbol in the AST i fall onto some windows headers I never had before #undef of __cplusplus. Does someone know what goes wrong? Thanks for your help ! Vivien -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190712/e69de191/attachment.html>
2020 Feb 29
4
[MCJIT] messy call stack debug on x64 code in VisualStudio
...f it has really been fixed since or not. Could it be related to the way IR CreateAlloca are used to build local variables ? Could it be related to missing informations inside the PDB ? (I don't know if there is stack related information inside PDB files to ensure good stack walking). Thanks. Vivien -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200229/b6cdee7a/attachment.html>
2011 Apr 28
10
Expanding a virtual block device
...and grow my vg and lv in the domU. However this means managing more volumes, and I''d rather manage a 50GB volume than 5 10GB volumes. So, the end question : how can I notify Xen that the device''s size has changed, so the VBD''s size in the domU will also increase ? -- Vivien Bernet-Rollande Systems& Networking Engineer Alter Way Hosting _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users