search for: maksim

Displaying 20 results from an estimated 31 matches for "maksim".

2015 Sep 03
5
LLVM as a back end for HHVM
...hub.com/facebook/hhvm/tree/master/hphp/tools/llvm The set of patches will be loosely based on the above, as some of our interfaces have changed since we’ve merged with the trunk. All feedback is welcome. Please let me know if you are interested and I’ll CC you explicitly on the reviews. Thanks, Maksim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150903/2c746d1a/attachment.html>
2017 Jun 22
2
(no subject)
...rom Windows XP and above, as well as with MacOS X 10.8 and higher, everything works right. But on MacOS X 10.6 - 10.7 systems, why folders and files are created with the rights of 755 ... Tell me please, is it possible to fix it? Thank you in advance for any advice or assistance. -- Best regards, Maksim Kopachovets
2019 Oct 02
4
[RFC] Propeller: A frame work for Post Link Optimizations
...of the propellor doc, the CFI duplication is _necessary_ to represent discontiguous functions, not anything particular to the way Propellor happens to generate those discontiguous functions. And emitting discontiguous functions is a fundamental goal of this, right? On Wed, Oct 2, 2019 at 4:25 PM Maksim Panchenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Thanks for clarifying. This means once you move to the next basic block > (or any other basic > > block in the function) you have to execute an entirely new set of CFI > instructions > > except for the common...
2019 Oct 18
3
[RFC] Propeller: A frame work for Post Link Optimizations
Hello Maksim, On Fri, Oct 18, 2019 at 10:57 AM Maksim Panchenko <maks at fb.com> wrote: > Cool. The new numbers look good. If you run BOLT with jemalloc library > > preloaded, you will likely get a runtime closer to 1 minute. We’ve noticed > that > > compared to the default malloc, it...
2019 Oct 02
2
[RFC] Propeller: A frame work for Post Link Optimizations
On Wed, Oct 2, 2019 at 8:41 PM Maksim Panchenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > *Pessimization/overhead for stack unwinding used by system-wide profilers > and > for exception handling* > > Larger CFI programs put an extra burden on unwinding at runtime as more CFI > (and thus native) instru...
2019 Oct 17
2
[RFC] Propeller: A frame work for Post Link Optimizations
Hello Maksim, On Wed, Oct 16, 2019 at 3:52 PM Maksim Panchenko <maks at fb.com> wrote: > Hi Sri, > > > > I want to clarify one thing before sending a detailed reply: did you > evaluate > > BOLT on Clang built with basic block sections? > In the makefile you reference, > &gt...
2010 Oct 06
4
List of html_options available
I''ve noticed lots of people online complain about not good documentation for Rails. I''m a PHP programmer but I''m a newbie on Rails. I''m creating a form with a drop-down menu. I finally got to do it. I noticed there is a html_options parameter for select. I was curious as to what other html_options are available but couldn''t find a list of options. I
2001 Jan 31
2
Problem installing R
Hello, my name is Maksim Oks and I''ve tried to install R on my machine. It runs UNIX (sun-solaris 2.7). I''ve got the UNIX version of R of the CRAN website, unzipped and untared it and then followed the instructions in the INSTALL file. I''ve set MAKE =gmake and then typed: ./configure gmake gmak...
2019 Oct 22
2
[RFC] Propeller: A frame work for Post Link Optimizations
We are going to be at the llvm-dev meeting the next two days. We will get back to you after that. Sri On Mon, Oct 21, 2019 at 10:07 PM Maksim Panchenko <maks at fb.com> wrote: > Hi Sri, > > > > Thank you for replying to our feedback. 7 out 12 high-level concerns have > been > > answered; 2 of them are fully addressed. The rest are being tracked at the > > following Google doc: > > > > >...
2017 Jun 22
1
(no subject)
...= notice hide dot files = yes browseable = yes read only = no guest ok = no inherit acls = no inherit permissions = no 2017-06-22 15:05 GMT+03:00 Rowland Penny via samba <samba at lists.samba.org>: > On Thu, 22 Jun 2017 14:39:21 +0300 > Maksim Kopachovets via samba <samba at lists.samba.org> wrote: > > > Good afternoon. > > Faced an incomprehensible problem in the work of Samba 4.4.5 and Samba > > 4.6.4 In the config I have the parameters: > > Directory mask = 0770 > > Force directory mode = 0770 &g...
2019 Oct 07
2
[RFC] Propeller: A frame work for Post Link Optimizations
...tion is _necessary_ to represent discontiguous functions, not anything particular to the way Propellor happens to generate those discontiguous functions. > > > > And emitting discontiguous functions is a fundamental goal of this, right? > > > > On Wed, Oct 2, 2019 at 4:25 PM Maksim Panchenko via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> > >> Thanks for clarifying. This means once you move to the next basic block (or any other basic > >> > >> block in the function) you have to execute an entirely new set of CFI instructions &gt...
2019 Oct 11
2
[RFC] Propeller: A frame work for Post Link Optimizations
...each block). > > > > *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y > Knight via llvm-dev <llvm-dev at lists.llvm.org> > *Reply-To: *James Y Knight <jyknight at google.com> > *Date: *Wednesday, October 2, 2019 at 1:59 PM > *To: *Maksim Panchenko <maks at fb.com> > *Cc: *"llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> > *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link > Optimizations > > > > I'm a bit confused by this subthread -- doesn't BOLT have t...
2019 Oct 14
2
[RFC] Propeller: A frame work for Post Link Optimizations
...; *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y >>> Knight via llvm-dev <llvm-dev at lists.llvm.org> >>> *Reply-To: *James Y Knight <jyknight at google.com> >>> *Date: *Wednesday, October 2, 2019 at 1:59 PM >>> *To: *Maksim Panchenko <maks at fb.com> >>> *Cc: *"llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> >>> *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link >>> Optimizations >>> >>> >>> >>> I'm a b...
2015 Sep 08
2
LLVM as a back end for HHVM
...R and exploring resulting assembly. You could mark instruction in the IR, and the assembly dump will include annotations showing all machine instructions generated from it. However, this particular feature is orthogonal to our JIT requirements and could go in separately if there¹s enough interest. Maksim
2019 Oct 08
2
[RFC] Propeller: A frame work for Post Link Optimizations
...iguous functions, not anything particular to the way Propellor happens to generate those discontiguous functions. > > > > > > > > And emitting discontiguous functions is a fundamental goal of this, right? > > > > > > > > On Wed, Oct 2, 2019 at 4:25 PM Maksim Panchenko via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > >> > > > >> Thanks for clarifying. This means once you move to the next basic block (or any other basic > > > >> > > > >> block in the function) you have to execute an...
2015 Sep 03
2
LLVM as a back end for HHVM
On 9/3/15, 3:34 PM, "Mehdi Amini" <mehdi.amini at apple.com<mailto:mehdi.amini at apple.com>> wrote: Hi, On Sep 3, 2015, at 1:38 PM, Maksim Panchenko via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi All, Our team at Hip-Hop Virtual Machine (http://hhvm.com<http://hhvm.com/>) have been experimenting with using LLVM as a code generator for x86-64. We have been successfully running...
2015 Oct 22
2
Moderators needed for LLVM Developers' Meeting
...e on Clang-based C++ Tooling, Daniel Jasper - Google, Manuel Klimek - Google Session #8: October 30 2:00-3:30 Salon III & IV LLVM for a managed language: what we've learned, Sanjoy Das - Azul Systems, Philip Reames - Azul Systems LLVM back end for HHVM/PHP, Brett Simmers - Facebook, Inc., Maksim Panchenko - Facebook, Inc Session #9: October 30 2:00-3:30: Salon I & II Throttling Automatic Vectorization: When Less Is More, Vasileios Porpodas - University of Cambridge LoopVersioning LICM, Ashutosh Nema - AMD Session #10: October 30 4:30-6:00 Salon III & IV Compiling large, real-wor...
2017 Aug 09
0
map_data
Please keep the mailing list copied in replies. Yes, apparently the map_data function is in the ggplot2 package, not the maps package. -- Sent from my phone. Please excuse my brevity. On August 8, 2017 11:18:35 PM PDT, "??????????? ?????? ?????????" <Maksim.Poltoradnev at uralkali.com> wrote: >Dear Jeff, I figured out what the problem was: the map-data function >does not work without loaded ggplot2 package. Thank you for help! > >Kind regards, >Poltoradnev Maxim >Head of products promotion division >PJSC "Uralkali" &g...
2012 Jun 12
0
FreeBSD Errata Notice FreeBSD-EN-12:02.ipv6refcount
...Errata Notice The FreeBSD Project Topic: Reference count errors in IPv6 code Category: core Modules: sys_netinet sys_netinet6 Announced: 2012-06-12 Credits: Scott Long, Rui Paulo, Maksim Yevmenkin Affects: FreeBSD 8.0 and later Corrected: 2012-06-09 22:44:49 UTC (RELENG_8, 8.3-STABLE) 2012-06-12 12:10:10 UTC (RELENG_8_3, 8.3-RELEASE-p3) 2012-06-12 12:10:10 UTC (RELENG_8_2, 8.2-RELEASE-p9) 2012-06-12 12:10:10 UTC (RELENG_8_...
2017 Aug 08
2
map_data
Hello, I have some problems with calling the map_data function in maps package. Not so long ago it was not a problem, but for some reasons in July this year it became unavailable. For instance, if I call the following code: m<-map_data(?world?) The R returns to me: Error: cannot find function ?map_data? Kind regards, Poltoradnev Maxim Head of products promotion division PJSC