Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-05-12 Thread Alexandre Oliva
On Apr 27, 2017, Michael Eager wrote: > I don't know in what way the CAPTCHA "takes control of your computer", The CAPTCHA is software; running software means the computer is following the instructions encoded in the software, i.e., the software is controlling (the behavior of) the computer. >

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-04-27 Thread Michael Eager
Alexandre -- I don't know in what way the CAPTCHA "takes control of your computer", but I'll add your proposals manually. On 04/27/2017 05:43 PM, Alexandre Oliva wrote: On Feb 23, 2017, Michael Eager wrote: Please submit comments/proposals online at http://dwarfstd.org/Comment.php. I can'

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-04-27 Thread Alexandre Oliva
On Feb 23, 2017, Michael Eager wrote: > Please submit comments/proposals online at http://dwarfstd.org/Comment.php. I can't. It says "robot verification failed" :-( I guess that's because my web condom (GNU LibreJS) keeps Google's non-Free CAPTCHA Software from taking control of my computer.

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-04-18 Thread Alexandre Oliva
On Mar 9, 2017, Alexandre Oliva wrote: > a. a new kind of location list entry that specifies a pair of view > numbers, that must be placed e.g. right before a bounded location > description entry, > b. several new kinds of location list entries, each corresponding to an > existing bounded locat

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-03-10 Thread Alexandre Oliva
On Feb 23, 2017, Michael Eager wrote: > Please submit comments/proposals online at http://dwarfstd.org/Comment.php. > It greatly helps to specify the sections and pages that you propose > changing, as well as the text changed, added, or removed. Thanks, will do. I guess I will need some more d

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-02-23 Thread Michael Eager
Alexandre -- Please submit comments/proposals online at http://dwarfstd.org/Comment.php. It greatly helps to specify the sections and pages that you propose changing, as well as the text changed, added, or removed. On 02/23/2017 12:00 PM, Alexandre Oliva wrote: On Sep 9, 2016, Alexandre Oliv

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2017-02-23 Thread Alexandre Oliva
On Sep 9, 2016, Alexandre Oliva wrote: > SFN stands for Statement Frontier Notes, a technique I specified several > years ago and presented at the GCC Summit to allow for finer-grained > location information, so as to enable debug information consumers to > compute/observe multiple views of an u

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2016-09-13 Thread Alexandre Oliva
On Sep 13, 2016, Alexandre Oliva wrote: >> I'm thinking your view numbers might be similar to my logical >> locations. > I'm still digesting the information in the proposal and trying to > confirm they're roughly equivalent, or can be easily made so Considering they're limited to recommended br

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2016-09-13 Thread Alexandre Oliva
On Sep 12, 2016, Cary Coutant wrote: > In the meantime, have you seen my proposal for two-level line tables > (a prototype of which is implemented in the google/gcc-4_9 branch)? >http://dwarfstd.org/ShowIssue.php?issue=140906.1 >http://wiki.dwarfstd.org/index.php?title=TwoLevelLineTable

Re: [Dwarf-Discuss] implementing SFN, support for multiple views per PC

2016-09-12 Thread Cary Coutant
Hi Alexandre, I remember your presentation from the GCC conference, and am very interested in it (I'm sorry I didn't find the time at the conference to talk to you about it). Before I can offer any substantive response, I'll need to spend some time rereading your paper to bring myself back up to s

[Dwarf-Discuss] implementing SFN, support for multiple views per PC

2016-09-09 Thread Alexandre Oliva
SFN stands for Statement Frontier Notes, a technique I specified several years ago and presented at the GCC Summit to allow for finer-grained location information, so as to enable debug information consumers to compute/observe multiple views of an underlying program's state at the same program coun