search for: egerton

Displaying 9 results from an estimated 9 matches for "egerton".

2016 May 30
5
[GSoC 2016] Capture Tracking Improvements - BackgroundInformation
...sis) for Java and other dynamic languages. See e.g.: https://wiki.openjdk.java.net/display/HotSpot/EscapeAnalysis http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance-enhancements-7.html http://dl.acm.org/citation.cfm?doid=320384.320386 Nuno -----Original Message----- From: Scott Egerton via llvm-dev Sent: Saturday, May 28, 2016 5:10 PM To: Philip Reames Cc: llvm-dev Subject: [llvm-dev] [GSoC 2016] Capture Tracking Improvements - BackgroundInformation Hi Phillip, I've been looking into the Capture Tracking Improvements and I was wondering if there was any research/documentat...
2016 Jun 09
2
[GSoC 2016] Capture Tracking Improvements - BackgroundInformation
...different needs of the current >>> clients (AA, etc)? >>> >>> Thanks, >>> Nuno >>> >>> -----Original Message----- >>> From: Philip Reames [mailto:listmail at philipreames.com] >>> Sent: 06 June 2016 21:51 >>> To: Scott Egerton <scott.egerton1 at gmail.com>; Nuno Lopes < >>> nunoplopes at sapo.pt> >>> Cc: Anna Thomas <anna at azul.com>; Sanjoy Das <sanjoy at azulsystems.com> >>> Subject: Re: [llvm-dev] [GSoC 2016] Capture Tracking Improvements - >>> BackgroundInf...
2016 Apr 16
3
[GSoc 2016] Proposal - Capture Tracking Improvements
Hello, Attached is the proposal that I have submitted. I would be grateful for any and all feedback provided. Many Thanks, Scott -------------- next part -------------- A non-text attachment was scrubbed... Name: GSoc Proposal 2016 - Scott Egerton.pdf Type: application/pdf Size: 391088 bytes Desc: GSoc Proposal 2016 - Scott Egerton.pdf URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160416/8d94977d/attachment-0001.pdf>
2016 May 28
2
[GSoC 2016] Capture Tracking Improvements - Background Information
Hi Phillip, I've been looking into the Capture Tracking Improvements and I was wondering if there was any research/documentation that you know of that I could use as background reading? Many thanks, Scott
2016 Jun 09
2
[GSoC 2016] Capture Tracking - False Positives
Hello Anna, I've been looking into compiling a list of all of the false positives in the current Capture Tracking Analysis, but I'm having a bit of trouble getting my head around it all. I feel like I understand it at a theoretical level but jumping into the implementation is quite daunting. I would appreciate any advice you could give to point me in the right direction. Many thanks,
2016 Jun 17
2
[GSoC 2016] Capture Tracking Improvements - Mid term report
Hello, This is a more detailed overview of my progress than the weekly reports, which can also be found on the mailing list. Over the past two weeks I have been learning a lot more about capture tracking. From this I was able to instrument the current implementation in order to identify some of the false positives in it. I was hoping to have more definitive results by now than what I
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...ncy(1) i <- freq > 1:7 sev <- clamp(severity(sum(i)), 0, L) claims <- rep(0, 7) claims[i] <- sev min(22.5e6,sum(claims)) } hist(iterations <- replicate(10000, sim()), breaks = 20) From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of HUL-Anthony Egerton Sent: Friday, July 14, 2017 7:45 PM To: r-help at r-project.org Subject: Re: [R] One Dimensional Monte Carlo Simulation Further to my email below, I have just realised that I forgot to include the specification of L and R. Hence, the code needs to include the following additional lines at the sta...
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...email below, I have just realised that I forgot to include the specification of L and R. Hence, the code needs to include the following additional lines at the start;- L<-7.5e6 R<-2.5e6 Apologies for any confusion caused! Best regards, Tony > On 12 Jul 2017, at 10:03 AM, HUL-Anthony Egerton <aegerton at huntingtonunderwriting.com> wrote: > > I am trying to code a basic Monte Carlo Simulation in R where a Poisson distribution generates a frequency output that is then input into a Lognormal distribution, which produces a different, independent severity for each incidence. T...
2016 Mar 22
0
GSoc Proposal - Improving Coverage Reports
Hello, I am currently working on LLVM as a placement student for a year and would love to continue to do so after my placement ends. GSoc seems like an excellent opportunity for this. After looking at the open projects page, I would like to propose working on improving coverage reports. http://llvm.org/OpenProjects.html#coverage Is this project ideal for GSoc and if so, will there be a mentor