search for: somani

Displaying 20 results from an estimated 25 matches for "somani".

2005 Dec 03
5
Re: SYSLINUX Digest, Vol 33, menu.c32 chaining
Hello, many of our platforms do not have a integrated floppy, some even don''t have a floppy controller. As pxelinux still has a problem with machines without a floppy in combination with some bios versions I need to chainload a different bootstrap loader which works on the floppyless platforms. But I also need to load a BartPE and the other BS loader does not support that. So I tried to
2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...ssibly not a very popular use case as there has been only one new kind added in the last few years. However, in my humble opinion, it would make it easier to add richer information allowing those of us extending LLVM to create better debuggers/debugging experiences. Thanks for your time! -- Sohail Somani Fizz Buzz Inc. Booking schedule: https://sohailsomani.youcanbook.me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/e37bc47c/attachment.html>
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
+some of the debug info cabal (& Duncan, as an emeritus member, and person who plumbed a lot of the current debug info syntax support in) Visitor seems plausible though I haven't looked at the code in detail to see if it'd work perfectly. On Tue, May 29, 2018 at 7:56 AM Sohail Somani (Fizz Buzz Inc.) via llvm-dev <llvm-dev at lists.llvm.org> wrote: > [Resending due to accidental markdown rendering - sorry] > > Hi list, > > Let's talk about adding a new type of debug info metadata. Here are the > steps (at minimum - probably incomplete) one needs to...
2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...debug info cabal (& Duncan, as an emeritus member, and person who plumbed a lot of the current debug info syntax support in) > > Visitor seems plausible though I haven't looked at the code in detail to see if it'd work perfectly. > > On Tue, May 29, 2018 at 7:56 AM Sohail Somani (Fizz Buzz Inc.) via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > [Resending due to accidental markdown rendering - sorry] > > Hi list, > > Let's talk about adding a new type of debug info metadata. Here are the steps (at minimu...
2018 Jul 16
3
sizeof(DIFlags)
Hi list, Is there a standards based reason why the DIFlags enum is set to uint32_t[1]? I am sure my DWARF-std-reading-fu is not up to snuff and so I cannot seem to find it. The reason I ask is that we are running out of space for our own DIFlags and would like to nail this down before deciding on an approach. Thanks! Sohail [1] The code in question:
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...l (& Duncan, as an emeritus member, and person who plumbed a lot of the current debug info syntax support in) >> >> Visitor seems plausible though I haven't looked at the code in detail to see if it'd work perfectly. >> >> On Tue, May 29, 2018 at 7:56 AM Sohail Somani (Fizz Buzz Inc.) via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> [Resending due to accidental markdown rendering - sorry] >> >> Hi list, >> >> Let's talk about adding a new type of debug info metadata. Here are...
2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...https://www.webtoolkit.eu/wt/doc/reference/html/structWt_1_1Dbo_1_1dbo__traits.html [2] https://www.boost.org/doc/libs/1_67_0/libs/serialization/doc/tutorial.html#versioning > >>>> >>>> Thanks for your time! >>>> >>>> -- >>>> Sohail Somani >>>> Fizz Buzz Inc. >>>> Booking schedule: https://sohailsomani.youcanbook.me >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://...
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
> On May 29, 2018, at 15:33, Sohail Somani (Fizz Buzz Inc.) <sohail at fizzbuzzinc.com> wrote: > > Thanks all for your response. > > On Tue, May 29, 2018, at 5:38 PM, Duncan P. N. Exon Smith wrote: >> >> >>> On May 29, 2018, at 12:55, Adrian Prantl <aprantl at apple.com> wrote: >>>...
2009 Feb 04
1
need help converting data.frame to time series
Hi I am a new R user and need some help converting a data frame object to time series. 1. My input is a CSV file, contents something like these: DATE ,STOCK ,RETURN-A ,RETURN-B, etc. 2009/02/02 ,A ,0.01 ,0.011 2009/01/30 ,A ,0.01 ,0.011 2009/01/29 ,A ,0.01 ,0.011 2009/01/28 ,A ,0.01 ,0.011 2009/02/02 ,B ,0.01 ,0.011 2009/01/30
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 5:31 PM, Sohail Somani wrote: > On 11-06-12 7:40 PM, John McCall wrote: >> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote: >> >>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote: >>>> >>>>>> Hi Sohail, >>>>>> >>>>>>>&...
2011 Jun 12
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 12:01 AM, Sohail Somani wrote: > Is LLVM expressive enough to represent asynchronous exceptions? > --------------------------------------------------------------- > > Summary: Need new LLVM instructions or extending of all instructions. > > C++ exceptions are synchronous: the compiler knows when/where th...
2011 Aug 16
2
trouble installing packages on OpenSuse 11.4
...to run R CMD INSTALL or R CMD BATCH with a short command file so that I can configure a new machine via a script. I also tried to download the tarballs - but then figuring out all the dependencies gets very messy. Besides, that would be, like, reinventing the wheel! |-- -- Regards, Dinesh K. Somani -- /Improving Your Odds/ [[alternative HTML version deleted]]
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 7:40 PM, John McCall wrote: > On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote: > >> > On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote: >> > >>> >> Hi Sohail, >>> >> >>>> >>> Is LLVM expressive enough to represent asynchronous exceptions? >>> >> >>> >> not currently. The
2018 Nov 01
2
RFC: Adding debug information to LLVM to support Fortran
Regarding flags, I was just thinking that maybe we should invent a new DISubprogramFlags type. DISubprogram already has a few bitfields for subprogram-specific things, Fortran will want 3 more, and there's no reason to fill up the generic DIFlags with more bits that are used in only one class. I agree that the array stuff needs to be designed with an eye to handling how other languages do
2011 Jun 13
1
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 8:53 PM, John McCall wrote: >> > The CFG point is a valid point. In what I've read on the topic so far >> > (yay Internet), it seems like the CFG would have to represent the fact >> > that control can jump to a handler after nearly every instruction in the >> > presence of async exceptions. The Hotspot compiler probably does this. >> >
2009 Oct 10
1
packages to download from yahoo finance
Hi I am a new R user, so if this question has been raised and answered before, perhaps you can point me that way. I was looking for some package/scripts that can download financial data from yahoo finance (or some other) website. I did check http://cran.r-project.org/web/packages/ but failed to find something like this. However, I am confident this problem has already been solved! Thanks a lot.
2012 Jul 24
1
getting error in Rpad::json()
Hi, I am trying to convert an R object to JSON, using Rpad::json. I get the following error when there is an empty vector in there. Using R version 2.15.0 (2012-03-30) on OpenSUSE 11.4 on an Intel machine; Rpad - 1.3.0 >Rpad::json(numeric(0)) > class(Rpad::json(numeric(0))) [1] "json" > Rpad::json(list(x=numeric(0))) Error in res[i] <- json(x[[i]]) : replacement has
2008 Jul 30
1
Gem::RemoteFetcher::FetchError
E:\ruby\bin>gem update watir Updating installed gems... ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) A connection attempt failed because the connected party did not properly res pond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)(Errno::ETIMEDOUT) E:\ruby\bin>gem update --system Updating RubyGems...
2018 May 29
0
Can creating new forms of debug info metadata be simplified?
...possibly not a very popular use case as there has been only one new kind added in the last few years. However, in my humble opinion, it would make it easier to add richer information allowing those of us extending LLVM to create better debuggers/debugging experiences.Thanks for your time! — Sohail Somani Fizz Buzz Inc. Booking schedule: https://sohailsomani.youcanbook.me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/caad40eb/attachment.html>
2001 Oct 27
2
one log for each module
There are some way to have a log for each module? If there aren't, it should be a a great functionality for maintaining the server. Thanks for the help and continue with this great application !